Write a function that computes the average and standard deviation of four scores. The standard deviation is defined to be the square root of the average of the squared differences from the mean. The function will have six parameters and will call two other functions.