Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a complete C++ program that uses a while loop to perform the following: Input scores for CSC425 quiz for the students enrolled in CSC425
Write a complete C++ program that uses a while loop to perform the following:
Input scores for CSC425 quiz 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started