Question: 3 . 1 You are tasked with developing a C + + program that manages the scores of 5 students in a particular subject. The

3.1 You are tasked with developing a C++ program that manages the scores of 5 students in a particular subject. The program should allow the user to input the scores, store them in an array, and then perform the following tasks using a loop:
Calculate the average score.
Find the highest and lowest score.
Display all the scores in the order they were entered.
Instructions:
a)
Use an array to store the scores of 5 students.
b)
Use a loops to allow the user to input each score and calculate the average score of the class and find thehighest and lowest scores.
c)
Display the average, highest, and lowest scores.
d)
Display all the scores in the order they were entered.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!