Question: Write a complete C++ program that uses a while loop to perform the following: Input scores for CSC425 test for the students enrolled in CSC425
Write a complete C++ program that uses a while loop to perform the following:
Input scores for CSC425 test for the students enrolled in CSC425 course. User has to input number of students.
Find and display the total of the scores.
Find and display the highest and lowest scores.
Calculate and display the average of the scores.
Count and display how many students earned scores above and equal to 50 marks.
Count and display how many students earned scores below 50 marks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
