Question: write a code that reads a set of test scores from the user. The program must count and display the number of outstanding scores (between
write a code that reads a set of test scores from the user. The program must count and display the number of outstanding scores (between 90-100), the number of satisfactory scores (between 60-89), and the number of unsatisfactory scores (between 0-59). The input process must stop when the user enters an test score of -1. For example, given the input values 95, 78, 72, 55, 91, and -1, the output should be: Outstanding 2 Satisfactory 2 Unsatisfactory 1 in Java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
