Question: As simple as possible so I can understand C++ Vector Using C++Vector, write a program that allows a user to enter a minimum of ten
As simple as possible so I can understand C++ Vector Using C++Vector, write a program that allows a user to enter a minimum of ten students' test scores into an array of double data type. The program should calculate and display the mean test score, the highest and the lowest test scores, the median, and the standard deviation. Create at least one function. Input Validation: Do not accept negative numbers of scores. Please submit the following two items to your instructor 1. The program source code (the cpp file) 2. The program output Points will be given based on the following requirements: 1. The assignment meets the program prerequisites as specified in the question. Your program executes without errors, runs accordingly, and produces correct output 2. Your program includes overall documentation i.e. explain what the program is attempting to do; function documentations; complex code documentation. Your program follows the standard practice programming style: i.e. code indentation, spacing between block of codes, functions, and uses meaningful variable names. Your program applied the best possible programming logic approach: i.e. the logic flow of your program is rational and coherent. 3. Did you submit the following required files; your source code program file (cpp file), and your program outpu file? Was the program output presented/displayed in readable and meaningful fashions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
