Answered step by step
Verified Expert Solution
Link Copied!

Question

00
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 CSC415 exam for the students enrolled in CSC415 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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions