ex: when the user types "STDEV A1 B5 B7", the program should calculate the standard deviation of the range A1 to B5 and store the result in B7. Below is my code so