(Count single digits) Write a program that generates 100 random integers between 0 and 9 and displays the count for each number. (Hint: Use (int)(Math.random() * 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 0s, 1s, ..., 9s.)
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.