What I am trying to do is to run my program 10 times and check the elapsed time for each
iteration then save each elapsed time value in an array. Once I get them in there, I want to find the max, min, average and standard deviation. Can Somebody help me figure that out.