Question: Write a program to generate 100 random integers between 0 and 9, and display the count for each number, like how many 2s, and how
Write a program to generate 100 random integers between 0 and 9, and display the count for each number, like how many 2s, and how many 5s, etc. You can use (int)(Math.random()*10) to generate random integers.
Using NetBeans
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
