# Introduction In this lab, you will create a program that calculates the standard deviation of a given array by finding the sum, mean, difference, square, variance, and square root using the provided `calculateSD()` method, and then obtain and print the result using the `main()` method.
Click the virtual machine below to start practicing