Search for question
Question

Enter the comment with the section title.

Using a while loop structure, create a loop based on a counter variable which will cycle through 10 iterations.

With each iteration of the loop, request a grade from the user and add it to a running total.

After the loop has ended, print to the console the overall total and the class average.

Define any appropriate variables you need.