Question: Question No. 3: CLO-02 (10) Write a C++ program to implement the following function and also call it from the main function: double SD (double

 Question No. 3: CLO-02 (10) Write a C++ program to implement

Question No. 3: CLO-02 (10) Write a C++ program to implement the following function and also call it from the main function: double SD (double x[], int n); The function returns the standard deviation of a data set of following 11 numbers stored in an array. That array has been initialized in the main function with numbers based on your Registration Number (reg#): reg# reg# reg# reg# reg# reg# reg# reg# reg# reg# - 14-23 - 20 + 16 reg# + 12 23 29 + 16 + 26 - 29 Example: If your reg# is 712, then: 698 689 692 728 728 712738 724 689 683 683 Formula to calculate Standard Deviation is where (a) is the mean. -"x - 2)2 S= Li=0 n-1 Note: You can't use any other library other than the iostream and stdlib.h

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!