Question: Code in java please and post as text thanks in advance Exercise 2: Write a program that takes list of numbers from file and calculates

Code in java please
and post as text
thanks in advance
Exercise 2: Write a program that takes list of numbers from file and calculates the mean (average) and the standard deviation of the numbers. If the numbers are X1, X2, ... Xn, then the n is the number of numbers in the file. Then the mean (M) = (x1 + x2 + ... + Xn), and the standard deviation is: (X7-M)2+(X7-M)2 +...+(Xn-M)2 SD n
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
