Question: CH - 5 write this c program using while loop REPETITION AND LOOP STATEMENTS - I EXERCISE 5 - 7 Write a program which gets
CH
write this c program using while loop
REPETITION AND LOOP STATEMENTS I
EXERCISE Write a program which gets integer numbers, computes and displays the total and average of the squares. The average shall be displayed with two decimal digits after the decimal point. Use while loop.
Sample run:
Enter an integer number:
Enter an integer number:
Enter an integer number:
Enter an integer number:
Enter an integer number:
Total of the squares:
Average of the squares:
Modify your program to compute the total and the average for numbers.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
