Question: Write a program that computes the average test score over an unspecified number of tests as follows: ( 1 ) Ask the user to enter
Write a program that computes the average test score over an unspecified number of tests as follows: Ask the user to enter numeric
grades; as long as there are more grades, add them to the total; use a counter variable to track the number of grades entered by the
user; stop when the user enters a negative score; output the average grade for the class.
Sample run of program:
Enter a numeric grade:
Enter a numeric grade:
Enter a numeric grade:
Enter a numeric grade:
Enter a numeric grade:
Enter a numeric grade:
Enter a numeric grade:
The average grade is
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
