(Count single digits) Write a program that generates one hundred random integers between 0 and 9 and displays the count for each number. (Hint : Use rand() % 10 to generate a random integer between 0 and 9. Use an array of ten integers, say counts, to store the counts for the number of 0 ’s, 1 ’s,... , 9 ’s.)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.