Question: Java Quia 1.Write a while loop takes positive integer values as input from the user and finds sum of those integers until the user types

Java Quia 1.Write a while loop takes positive integer values as input from the user and finds sum of those integers until the user types in the value 0 (which is not added). You also have to find average7 points) Extra 3 points- If you find how many numbers are above average and display this System.outprint "Enter an integer value, " + "enter 0 to stop >- ); int value - scan.nextint ): // your code goes here while (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
