Question: Write a program in c# that calculates 1 0 random numbers in a specified range, saves them in an array and prints them to the

Write a program in c# that calculates 10 random numbers in a specified range,
saves them in an array and prints them to the screen. The specified
range should be between 1 and a random upper limit between 50 and 100.
For example, the random number might be between 1 and 70 in one case
when you run the program and the next time you run the program, the
random number might be between 1 and 62. The random range calculation
should be in its own function named findMax, which is called from main.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!