Design and implement an application that creates a visual th…
Design and implement an application that creates a visual that allows you to inspect the frequencies of a set of values. The program should read in an arbitrary number of integers that are in the rage 1 to 100 inclusive; then it should produce a chart similar to the follwing one that indicates how many input values fell in th range 1 to 25, 26 to 50, 51 to 75, 76 to 100. Print one asterisk for each value entered. 1 – 25 | ******* 26 – 50 | ** 51 – 75 | ***** 76 – 100 | ************