Question: Write a C++ program to allow the user to enter the score of 6 courses and store them in an array. Then display the scores

 Write a C++ program to allow the user to enter the

Write a C++ program to allow the user to enter the score of 6 courses and store them in an array. Then display the scores and count how many students whose scores are greater than 90 only. (using a loop over the array elements) based on the following output sample. Output: Enter 6 values of scores: 64 98 97 85 76 90 [Enter] The scores are: 64 98 97 85 76 90 Number of students who their scores over 90 is 2

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!