Write a program to produce a histogram of data input values. Assume that the input to the program is a long list of numbers between 0 and 100 inclusive. Your program should count the number of values that are in the range 0-9, 10-19,.., 90-100, and then output a series of lines of * characters, with the length of the line corresponding to the number of values in that range. For example, if the input data was 27, 15, 34, 22, 11, 11, 19 (each on its own line, of course) then the output would be