Question: It asks to use a do-while loop. Task You will write an application called TestScoreStatistics.java. This program will Display the usage message Please input test
It asks to use a do-while loop. 
Task You will write an application called TestScoreStatistics.java. This program will Display the usage message Please input test scores with values between 0-100. Enter 999 to finish. Accept test scores within the range 0-100. If the number is out of range, eieplay the messege-lavalid Teet Seere, disregard that input and continue collecting values Stop collecting test scores when the user inputs the number 999 Once all values have been entered, display the number of scores entered, the lowest score, the highest score, and the average. Sample output for input: 57-2 98 13 85 77 999 Please input test scores with values between 0-100. Enter 999 to finish. Test Statistics: Number of Tests: 5 Lowest: 13 Highest: 98 Average: 66
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
