Question: (Statistics) a. Write a C++ program that reads a list of double-precision scores from the keyboard into an array named scores. It is assumed that

 (Statistics) a. Write a C++ program that reads a list of

(Statistics) a. Write a C++ program that reads a list of double-precision scores from the keyboard into an array named scores. It is assumed that the user will enter no more than 35 scores. The scores are to be counted as they're read, and entry is to be terminated when a negative value has been entered. After all scores have been input, your program should find and display the sum and average of the scores. The scores should then be listed with an asterisk (*) placed in front of each score that is below the average. b. Extend the program written in Exercise 1a to display each score and its letter equivalent, using the following scale: Between 90 and 100 = A %3D Greater than or equal to 80 and less than 90 = B Greater than or equal to 70 and less than 80 = Greater than or equal to 60 and less than 70 = D Less than 60 = F %3D

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!