Task: I have a file with a set of data that I have gathered doing research. The data is in the form of reaction times, which are all integers.
I would like to know the average and standard deviation of this data set. The formula for standard deviation can be found on page 189.
Purpose: More practice using loops and files