Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Reading test scores and doing calculations with them using while,if statements., and sentinel) Write an JAVA application with two classes (ONE CLASS AND ONE TESTCLASS)
Reading test scores and doing calculations with them using while,if statements., and sentinel) Write an JAVA application with two classes (ONE CLASS AND ONE TESTCLASS) that allows a user to enter any number of student test scores until the user enters a score that is LESS THAN 0 ( any negative number). If the score entered is 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, highest score, lowest score, and the arithmetic average.
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