Write a program that reads three whole numbers and displays the average of the three number. Sample Run #: java Average3 Interactive Session.
1. Enter the first integer: 8
2. Enter the second integer: 10
3. Enter the third integer: 18
The average of 8, 10, and 18 = 12.0.
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a program that reads three whole numbers and displays the average of the three number. Sample Run #: java Average3 Interactive ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Write a program that reads three whole numbers and displays the average of the three number. Sample Run #: java Average3 Interactive Session. 1. Enter the first integer: 8 2. Enter the second integer: 10 3.