Need help with this one: A program that analyzes a set of numbers can be very us
ID: 3657670 • Letter: N
Question
Need help with this one:
A program that analyzes a set of numbers can be very useful. Create an Analysis application that prompts 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 median (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: