Question: using c++ Arrays are defined to store multiple values of the same type Suppose the teacher of the course Programming Design wants to analyze the
Arrays are defined to store multiple values of the same type Suppose the teacher of the course Programming Design wants to analyze the final exam scores. So you are asked to write a program to help him. The program should read the exam scores saved in scores.txt into an array. The program then processes this array to calculate the maximum minimum, and average scores. All these values have to be displayed on the terminal window. The following figure shows what the teacher could see on the screen max score is 98 min score is 23 the average score is 55.3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
