predict the output :
#includestdio.h
void main()
{
float a,b,M,A;
a=50;b=28;
M=a+b/5*4;
A=b-a/4*7;
printf("%f\n%f",M,A);
}

Posted on by