Question: Question 3 - Average and maximum Write a C++ program for the following: The following is a list of marks stored in an array named

Question 3 - Average and maximum Write a C++ program for the following: The following is a list of marks stored in an array named score. float score[10] = {55.0,67.0,52.5,70.5,82.0,31.0,88.0,64.5,55.0, 89.0}; Using the array score , find and display the following items: i) the number of students who get grade A, B, C, D and F. The grade scale is as follows: 90 - 100, A; 80 - 89, B; 70 - 79, C; 60 - 69, D, 0 - 59, F. ii) the average score iii) the highest score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
