Question: i need help writing this in C++ code Write a program that scores a multiple choice test with 15 questions. (It doesn't matter what the
i need help writing this in C++ code
Write a program that scores a multiple choice test with 15 questions. (It doesn't matter what the questions are. Your program is grading the answer sheet or scantron card.) The correct answers are:
1.A
2.A
3.B
4.C
5.D
6.C
7.D
8.C
9.A
10.B
11.A
12.B
13.C
14.C
15.B
Store the correct answers to the questions in a character array of size 15. Let the user enter answers for each of the 15 questions and store the answers in a separate array of size 15. Your program should only accept A, B, C, D as answers. After the answers are entered, the program should tally up the total number of correctly answered questions, the total number of incorrectly answered questions and a list showing the questions that were answered incorrectly. The user passed the test if they answered at least 10 of the questions correctly. Print a message that says You passed if the user passed or You failed if the user failed the test
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
