Question: Write a program that allows the user to enter 10 test grades. You should store these grades in an array called SCORE. Find the average
Write a program that allows the user to enter 10 test grades. You should store these grades in an array called SCORE. Find the average test grade as well as the maximum and minimum test grades. Output the 10 test grades, the average test grade, the maximum test grade, and the minimum test grade. Be sure to label all your output. Run your program using the following values:
Run 1: 95, 87, 67, 99, 71, 83, 86, 81, 92, 90
Run 2: 65, 44, 100, 87, 65, 73, 75, 79, 81, 91
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
