Question: write a Java program that asks the user for three numbers. The output will be the sum and average of the three numbers. Sample
write a Java program that asks the user for three numbers. The output will be the sum and average of the three numbers.
Sample output (your output should look just like this for the same input):
The three numbers are: 99, 99, and 99.
The sum of the numbers is: 297
The average of the numbers is: 99.00
Step by Step Solution
3.45 Rating (171 Votes )
There are 3 Steps involved in it
Below is a simple Java program that takes three numbers as input from the user calculates their sum ... View full answer
Get step-by-step solutions from verified subject matter experts
