Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

help continued... Solution x.P5lor=\"red\">please rate - thanks #include #includ

ID: 3619000 • Letter: H

Question

help continued...

Explanation / Answer

x.P5lor="red">please rate - thanks #include #include #include #include #include #define SIZE 5 #define SIZE_NUM_ARR 76 #define FLUSH while (getchar() != ' ') void fillCard ( int card[][SIZE] ); int linearSearch ( int card[][SIZE], int col, int target ); void printCard ( int card[][SIZE] ); int playGame ( int card1[][SIZE], int card2[][SIZE], int matches1[][SIZE], int matches2[][SIZE] ); int getNumber ( int chosenNumArray[] ); void displayNumber ( int currNum ); int checkForMatch ( int card[][SIZE], int matches[][SIZE],int ); int checkWinner ( int matches[][SIZE] ); void showWinner ( char nameStr[], int card[][SIZE], int matches[][SIZE] ); int continueFcn ( void ); void printmatches(int[][SIZE],int); int main (void) {    srand(time(NULL));    int card1[SIZE][SIZE];    int card2[SIZE][SIZE];    int matches1[SIZE][SIZE]={0};    int matches2[SIZE][SIZE]={0};    int winner,i,j;    do    {for(i=0;i