Java program that does the following: Please use simple computer syntax. More easy to understand!
- Use a while loop to prompt the user to enter 10 rain falls.
- Calculate and output the total and the average rain fall.
- Find the highest and the lowest rain fall.
- Validate the user input: do not accept negative numbers for the rain fall.
- Format the output appropriately.