Question: IN JAVA Create a class to grade student responses to a multiple choice test. You will create a single-dimensional array for the answer key and
IN JAVA 
Create a class to grade student responses to a multiple choice test. You will create a single-dimensional array for the answer key and a multi(two)-dimensional array to hold the students' answers. For simplicity, make the answer key a char[] and the student answers a char[][]. To instantiate and initialize them, use the curly brace notation. [See the sample code fragments to save some typing.] The data for the answer key is: The data for the student answers is: Your program should not do any input/prompting. The output is mostly up to you but it should reflect each student's grade, the success rate for each question or both. Remember: Use mnemonic variable names - even for loop variables! You may create utility methods but it is not required. No error checking is required - all data is valid
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
