//Jia Tse //www.egr.unlv.edu/~jjtse //This finds the remainder of the product of a list of numbers divided by a 'divisor' int remainder(int numbers[], int divisor){ int r = 1; //remainder for (int i=0; i