Using Eclipse Make a Project named Chap8 Make a new class named…

Question Answered step-by-step Using Eclipse Make a Project named Chap8 Make a new class named… Using Eclipse Make a Project named Chap8 Make a new class named DistanceFromAverage  The program has one main method that completes all work.  For this project, allow a user to enter any number of double values up to 10. The user should enter 99999 to quit entering numbers. Display an error message if the user quits before entering any numbers; otherwise, display each entered value and its distance from the average. When displaying the distance from the average, be sure to round and display 2 decimal places only. Test with both integer and double values. It should work with both.  See expected Output through this link: https://imgur.com/a/IvQYaPK(Please have the same output as the above link’s image)  Computer Science Engineering & Technology Java Programming CIS 226 Share QuestionEmailCopy link Comments (0)