Question: Write complete C++ program that will prompt for and read an unspecified number of test scores (a score is an integer between 0 and 100,

Write completeC++ programthat will prompt for and read an unspecified number of test scores (a score is an integer between 0 and 100, inclusive), counting the total number of passing scores (those greater than or equal to 60) and the total number of failing scores (those less than 60). When input of scores is complete, the program should then display the total numbers of passing and failing scores including text describing each total.

Requirements:

  • Do not assume that the user knows how many scores are to be entered in advance.
  • You do not need to include comments with your code.
  • You can assume the user will enter integer values.

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 Programming Questions!