Compute Standard Deviation of Array

# Introduction In this lab, you need to create a program that calculates the standard deviation by finding the sum of array elements, computing the mean, finding the difference of each value from the mean, squaring the differences, adding the squared differences, dividing the result by the number of elements, taking the square root of the variance, and returning the standard deviation.

|60 : 00

Click the virtual machine below to start practicing