Create a histogram that allows you to visually inspect the frequency distribution of set of values. If the array contains integer values in the range 0 to 99 inclusive; then produce a chart similar to the one below that indicates how many input values fell in the range 0 to 9, 10 to 19, and so on. Print one asterisk for each value entered.