Need to calculate frequency of given Integer list.
This program accepts data through file or command line
Given list of many integers. Program need to calculate how many times integers repeats. Program needs to calculate frequency from min to max element from given data List. Make a graph instead of integer number. (Bonus)
