Please Write Java Program Asks User Three Numbers Output Sum Average Three Numbers Sample Q43870250
Please write a Java program that asks the user for threenumbers. The output will be the sum and average of the threenumbers.
Sample output (your output should look just like this for thesame input):
The three numbers are: 99, 99, and 99.
The sum of the numbers is: 297
The average of the numbers is: 99.00
Expert Answer
Answer to Please write a Java program that asks the user for three numbers. The output will be the sum and average of the three nu…
OR