c program that uses a random number generator to populate an array that holds 30 integers. the range of values for the integers is 0-99. out put array using separate procedures after populating.
Next find and output largest value in array using separate procedure.
then outut average values in array using separate procedures.