Question: using Java create a program that analyzes a set of number. This code will prompt the user for numbers in the range 1 through 50.
using Java create a program that analyzes a set of number. This code will prompt the user for numbers in the range 1 through 50. terminated by a sentinel and then performs the following analysis on the numbers: - Determine the average number - Determine the maximum number Determine the range (maximum - minimum) Determine the mode (the number that occurs the most often) Displays a bar graph called a histogram that shows the numbers in each five- unit range (1-5, 6-10, 11-15. etc.). The histogram may look similar to: - 1 - 5 : 6 - 10 : 11 - 15 : 16 - 29 : 21 - 25 : 26 30 : 31 - 35 : 36 40 . 41 45 . 45 50 : WWWWWWW WWW**
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
