Question: Write a program which reads a list of doubles terminated by end of file into a vector and prints the mean (or average) and the
Write a program which reads a list of doubles terminated by end of file into a vector and prints the mean (or average) and the standard deviation (look up the formula and tell where you got it in a comment). Print an appropriate message if the list is empty.
My code works, I just don't get what the questions means by "terminated by end of file..." and how do I incorporate that into my code?

int main vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
