Question: Write a program that takes its input from a file of numbers of type double. The program outputs to the screen the average and standard
Write a program that takes its input from a file of numbers of type double. The program outputs to the screen the average and standard deviation of the numbers in the file. The file contains nothing but numbers of type double separated by blanks and/or line breaks. The standard deviation of a list of numbers n1, n2, n3, and so forth is defined as the square root of the average of the following numbers: (n1 a)2, (n2 a)2, (n3 a)2, and so forth The number a is the average of the numbers n1, n2, n3, and so forth. If this is being done as a class assignment, obtain the file name from your instructor. this is c++ but can you please not use arrays. We have not covered it yet.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
