Computer Science A - 12/7/99 int numVotes(const apmatrix& results, int c) { int total = 0; for(int col = 0; col < NumDistricts; col++) total += Results[C][col]; return total; }