Question: JAVA LANGUAGE!!! Write a program that prompts the user 5 times for integer values, printing the current average after each number is entered. Print the
JAVA LANGUAGE!!!
Write a program that prompts the user 5 times for integer values, printing the current average after each number is entered. Print the average to two decimal places. Example: Enter a number: 5 The average of the first 1 numbers is 5.00 Enter a number: 6 The average of the first 2 numbers is 5.50 Enter a number: 10 The average of the first 3 numbers is 7.00 Enter a number: 3 The average of the first 4 numbers is 6.00 Enter a number: 8 The average of the first 5 numbers is 6.40
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
