Question: 2 PARTS: A) Write an application that will allow a user to enter any number of double values up to 5. The user should enter
2 PARTS:
A)
Write an application that will allow a user to enter any number of double values up to 5.
The user should enter 99999 to quit entering numbers.
Display an error message if the user quits without entering any numbers.
Otherwise, display each entered value and its distance from the average.
Save the file asDistanceFromAverage.java
B)
Create a DistanceFromAverageTest.java class with the main method and an object that uses the DistanceFromAverage class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
