Question: Can you write a program that reads a string that contains a test taker's answers to multiple choice exam questions and grades the test For
Can you write a program that reads a string that contains a test taker's answers to multiple choice exam questions and grades the test For example, assume that the correct answers (for 11 questions) are defined as: image.png
Then Ask for the User's answers (in a string) And see if each answer is correct or not (hint: compare each character in the defined string and the string the User inputs) Keep a percent score of correct answers At the end, Display the Missed questions, and the percent score as shown below: image.png
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
