Question: 9 Page view A Read aloud | Draw 2 7 14 22 30 15 10.0797 Highlight Erase Data Set 2 YOUR TASK Your team is

9 Page view A Read aloud | Draw 2 7 14 22 30 15 10.0797 Highlight Erase Data Set 2 YOUR TASK Your team is required to design and develop a program using C++ language. Your C++ program should capable to perform the following tasks: I Task 1: Standard deviation Find the mean and standard deviation of up to 100 numbers. Suppose that the mean of n numbers x1, ** shown in eq. (1). Then the standard deviation of these numbers can be computed using eq. (2). Note: User is allowed to enter the number up to 100 numbers. X+X, +...+x, mean, m= Xisras eq.(1) n (x, m)? standard deviation, s = c.q.(2) n Task 2: Lowest value Find the lowest value of the number entered by the user in task 1. Also, find the occurrences of the number. Task 3: Upper value Find the largest value of the number entered by the user in task 1. Also, find the occurrences of the number. END OF PROBLEM STATEMENT SECTION- search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
