Question: Write an application that allows a user to enter any number of student test scores until the user enters 999. If the score entered is
Write an application that allows a user to enter any number of student test scores until the user enters 999. If the score entered is less than 0 or more than 100, display\ an appropriate message and do not use the score. After all the scores have been entered, display the number of scores entered, the highest score, the lowest score, and the arithmetic average. Save the file as TestScoreStatistics.java.
Step by Step Solution
3.47 Rating (163 Votes )
There are 3 Steps involved in it
import javautil public class TestScoreStatistics public static void main String ... View full answer
Get step-by-step solutions from verified subject matter experts
