Question: 2. Write a 10 question multiple choice integer addition, subtraction, multiplication, and division exam. You should have a single function call in your main code:
2. Write a 10 question multiple choice integer addition, subtraction, multiplication, and division exam. You should have a single function call in your main code: import arithmetic arithmetic.giveExam() The rest of the code can be structured however you would like, but I suggest attempting to use functions as much as possible. Make sure:
Questions and answers should be lists.
Each question should at least four responses.
You need to have at least two questions of each type (+, , , )
Keep track of the number of correct responses and, at the end of the exam, display the percent score (Something like You correctly answered 2 of 10 questions)
Let the computer solve the problems for you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
