Question: Write a program that computes and prints the mean and standard deviation of a list of integers x1 through xn. Assume that there will be no more than 50 input values. Compute both the mean and standard deviation as floating point values, using the following formulas