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 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
Get step-by-step solutions from verified subject matter experts
