#include const int MAXNUMBERS = 500; const int MAXRANGE = 16; int findMax(int array[]) { int max=0; // Complete this section return max; } void initArray(int tally[]) { int i; for(i=0; i