#includestdio.h
int main()
{
float a = 5.0;
printf ("Result is = %d ", (24 / 5) * a);
return 0;
}

Posted on by