Question: Complete the C++ program above using for loop to compare each student's answers with key and counts the number of correct answers. If possible I

Complete the C++ program above using for loop to compare each student's answers with key and counts the number of correct answers.
If possible I prefer using cout than printf. Thank you.
A program that grades multiple-choice tests is as follows. Suppose there are five students and ten questions. The students' answers are stored in a two-dimensional array and the key (correct answer) is stored in a one-dimensional array. const int numStudents-5; const int ques10; char answers [numStudents] [ques][ char keys'D', 'B', 'D'C','C', 'D', 'A','E, // Continue the program here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
