Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started