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