// // ave.h: header file for getAve // void getAve(const int nums[], int size, double &ave);