Based on your earlier lab assignment, you have done a program for simple histogram. This is the extended version. In this program, you will have to receive any possible integer and create a histogram. Unlike your lab assignment, you have to show the frequency graph for your data and. calculate the average and the S.D. for the given inputs.
In this problem, you will receive a sequence of number up to 100 and you have to output the graphical histogram, mean, mode, median and S.D.
Implement the program in Java using array and repetition structure.