Predict the output:
#includestdio.h

void main()
{
float a,b,M,A;
a=30;b=92;
M=a+b/5*4;
A=b-a/4*7;
printf("%f\n%f",M,A);


}

Posted on by