Question: Write a program that creates a histogram that allows you to visually inspect the score distribution of a set of students. The program should prompt the user to enter an arbitrary number of integers that are in the range 0 to 100 inclusive; then produce a chart similar to the one below that indicates how many students scored in the range 91 to 100, 81 to 90 and so on. Print one hash for each student in that range.