Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Java Number Analysis
Write a Java program that asks the user to enter a series of numbers separated by commas.
For example, 7, 9, 10, 2, 18, 6
The program should display the following data:
The lowest number is 2The highest number is 18The total of the numbers is 52The average of the numbers is 8.67