Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ Write a program that allows the user to enter 10 test grades. You should store these grades in an array called SCORE. Find the
C++
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started