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

icon
Related questions
Question

c#

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
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
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer