Write a C# program that will generate a 1000000 element integer array and fill the array with random numbers between 1and 10000 (inclusive). Your program should then ask the user to enter an integer and search the array for the integer theuser entered and output all the locations (subscripts) at which the array contains the number. (See below for some tipson random numbers).
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here