question archive Write another method that creates and return an array of ints
Subject:Computer SciencePrice: Bought3
Write another method that creates and return an array of ints. The method takes a single argument that represents the number of items in the resulting array and does the following: - Declare an array of the required type? a Allocate memory for the intended number of items. 0 Using any looping structure, assign to each element a random integer in the range 100 to 200. - Return the array. You will need the following statement in global scope. static Random rand = new Randoml}; The following statement will give you a random letter rand.Next(1@3, 208);