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 CSC 4 1 5 exam for
Write a complete C program that uses a while loop to perform the following:
Input scores for CSC exam for the students enrolled in CSC 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
marks.
Count and display how many students earned scores below 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