int randrange(int min, int max); float calculateMean(int n, int data[n]); float calculateSD(int n, int data[n]);