Write a program that allows a user to enter 10 integers in a series (versus one-by-one). Your program should store the 10 integers into an array. Your program should then calculate the average and standard deviation of the 10 integers. Your program should display the following to the console: (1) Average, (2) Standard Deviation, and (3) the 10 integers from smallest to largest (on one line in series).