Can you please give me some ideas on how to start, i have no clue!!!!
Create a program that will test the random number generator by generating 10,000 random numbers and graphing their frequency in a histogram. This program should produce numbers from 1 to 100 and should display a scale of one notch per 10 occurrences in the histogram.
Example:
Welcome to the Random Number Generator Tester
===================================
Range Frequency (1 line = 10 occurances)
===================================
1-10 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11-20 |||||||||||||||||||||||||||||||||||||||||||||||||||||
21-30 |||||||||||||||||||||||||||||||||||||||||||||||
31-40 |||||||||||||||||||||||||||||||||||||||||||||||||||||||
41-50 ||||||||||||||||||||||||||||||||||||||||||||||||||||||
51-60 |||||||||||||||||||||||||||||||||||||||||||||
61-70 |||||||||||||||||||||||||||||||||
71-80 ||||||||||||||||||||||||||||||||||||||
81-90 ||||||||||||||||||||||||||||||||||||||||||||||||||
91-100 ||||||||||||||||||||||||||||||||||||||||||||||