Question: assume that the integer varible sum cantains the value 65, and the double variable avarge cantains the value of 12.368. show the output line(or lines)
assume that the integer varible sum cantains the value 65, and the double variable avarge cantains the value of 12.368. show the output line(or lines) generated by the following statements.
A. printf("%f is the AVERGE; /n ", avarage);
printf("%8i is the sum /n", sum);
b. printf(%9.2f is the AVERAGE," avarage);
printf("%6i is the SUM /n", sum);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
