Question: Question 3 : ( 2 0 marks ) Create a C + + program. You are tasked with developing a program that manages the scores
Question : marks
Create a C program. You are tasked with developing a program that manages the scores of 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 students.
b Use a loops to allow the user to input each score and calculate the average score of the class and find the highest 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
