Write a program that does the following:
a) creates an array of user specified length of random integers between 0 and 100.
b) allow user to print array in ascending or descending order.
c) allow user to search for specific int value (you can use your code from part 2)
d) allow user to view max value, min value, average and standard deviation of the array values.
e) user controls must be provided and can be as a command line prompt and response.
The professor won't post the answer OR get back to me. I have made it through only part a. Could someone please help? Everything builds off of this. Thanks!