(1) A function double average(vector<int> a) that computes the average value.
(2) A function void sort(vector<int>& a) that sorts the values in increasing order
(3) A function vector<int> make_random_vector(int size, int low, int high) that makes a vector filled with random numbers.