Q1. Create a function, named randomActay that will populate an integer array of 10 random numbers. The capacity of the array is 10. The number generated must hetween 0 and a passed parameter for the high value of the range. The parameters to this function should be: a) The integer array, named randomNumbers b) The capacity of the array as a const int, named CAPACITY c) An integer for high value of the range, named rangebighvalue
OR
OR