Write a program which generates an array of integers with ra…
Write a program which generates an array of integers with random single digit values (0 thorugh 9). Your array should contain 1000 elements. Print out the relative distributions of each integer. That means you need to count the number of occurances of each integer in the array. You will have 10 lines of output.
Read Details