Question: please use the for loop while loop and Do while loop Lab 8: Repetition Structures Write a program for the following: 1. A class of

please use the for loop while loop and Do while loop
Lab 8: Repetition Structures Write a program for the following: 1. A class of students took a quiz. The grades (integers in the range 0 to 100) for this quiz are available to you. Calculate and display the total of all student grades and the class average on the quiz. The class average is equal to the sum of the grades divided by the number of students. The algorithm for solving this problem on a computer must input each of the grades, calculate the average and print the result. 2. Validate each grade entered so that it is between 0 and 100 3. Allow the user the option to enter grades for another class once calculations are complete for the first class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
