You must use an STL container (such as list or vector) for this assignment; solutions not using an STL container are not acceptable.
Write a C++ program to getup to ten integers from the user, store them in an STL container, and then calculate and display:
(1) the mean
(2) the variance of the population (see https://www.statisticshowto.com/population-variance/ for the formula and an example)
(3) the standard deviation (the square root of the variance)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here