Suppose tool is an object of class Random. Write a while loop to generate 1000 random numbers from 1 to 10. Declare an int array results to record how many 1's, 2's, ., and 10's among these 1000 random numbers. Use a for loop to output the values of the array results in the following format: 1 98 100 3 101 4 95 102 99 7 105 8. 92 103 10 105
Suppose tool is an object of class Random. Write a while loop to generate 1000 random numbers from 1 to 10. Declare an int array results to record how many 1's, 2's, ., and 10's among these 1000 random numbers. Use a for loop to output the values of the array results in the following format: 1 98 100 3 101 4 95 102 99 7 105 8. 92 103 10 105
Related questions
Question
c#

Transcribed Image Text:Suppose tool is an object of class Random. Write a while loop to generate 1000
random numbers from 1 to 10. Declare an int array results to record how many 1's,
2's, ., and 10's among these 1000 random numbers. Use a for loop to output the
values of the array results in the following format:
1
98
2
100
3
101
4
95
102
66
7
105
92
103
10
105
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 1 images
