#include<stdio.h>
int main()
{
    char a;
    char z;
    float a=8.5;
    float b=3.4
    printf("enter the value of 28.90");
    return 0;
}