The C language to calculate 5/2 + 3.6 + 1.2 + 5% 2 the value of the expression
CodePudding user response:
# include
Int main ()
{
Float f;
F=5.0/2;
Printf (" % f ", 3.6 + 5% f + 1.2 + 2);
return 0;
}
Not too specific requirements, writing a lot of ah
CodePudding user response:
The