Question: rite a Java program that has the user enter integer values, one after the other, until they enter the value 1 . Once the user
rite a Java program that has the user enter integer values, one after the other, until they enter the value Once the user enters the program outputs the total and the average of all the values entered not including the value You may call the method "keyboard.nextInt which returns the integer entered by the user on the keyboard. Here are two sample runs:
Sample Run #:
Enter an integer:
Enter an integer:
Enter an integer:
Enter an integer:
The sum is
The average is
Sample Run #:
Enter an integer:
Enter an integer:
Enter an integer:
Enter an integer:
Enter an integer:
Enter an integer:
Enter an integer:
The sum is
The average is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
