Question: 1. Using java Prompt the user to input a set (the maxim number in the set is 50) of unspecified number of integers (the input

1. Using java Prompt the user to input a set (the maxim number in the set is 50) of unspecified number of integers (the input of 0 signifies the end of the input), then display the inputted numbers.

2. Find the average of all the numbers, format to 2 decimal places

3. Display all the number above and below the average.

1. Using java Prompt the user to input a set (the maxim

14.5 Prog 5: Average (1) Prompt the user to input a set (the maxim number in the set is 50) of unspecified number of integers (the input of O signifies the end of the input), then display the inputted numbers (2 points) Enter a set of integers (0 ends the input) 2 5 10 -6 -3 50 77 0 The inputted numbers are: 2 5 10 -6-3 50 77 (2) Find the average of all the numbers, format to 2 decimal places (3 pts) The average is 19.29 Display all the number above and below the average (5 pts) 2 numbers above the average: 50 77 5 numbers below the average: 2 5 10 -6-3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!