Write a program that takes 10 numbers from a user and then calculates the average, median and standard deviation. (Remember that you’ll need to sort the numbers that have been input in order to be able to calculate the median. You can use the code from MINSORT to do the sorting.) Any help will be appreciated.