Question: Please post the solution and the output. Please save the program with the name 'grade.c'. Write a program that will prompt the user to input
Please post the solution and the output. Please save the program with the name 'grade.c'. Write a program that will prompt the user to input ten student scores to an array. The score value is between 0 - 100. The program will display the smallest and greatest of those values. It also displays the average score. Please give a good name to a variable.
Output:
Please input student scores one at a time.
Student 1: -10
Try again!
Student 1: 10
Student 2: 110
Try again!
Student 2: 20
Student 3: 30 etc.
******final result******
The maximum score is ...
The minimum score is ...
The average score is ...
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
