Question: Part 2: Modify the program from part 1 to change the menu to the following: Load an exam Take an exam Show exam results Quit
Part 2: Modify the program from part 1 to change the menu to the following: Load an exam Take an exam Show exam results Quit Choice 1: No functionality change. Load the exam based upon the user's prompt for an exam file. Choice 2: The program should display a single question at a time and prompt the user for an answer. Based upon the answer, it should track the score based upon a successful answer. Once a user answers the question, it should also display the correct answer with an appropriate message (e.g., "Good job" or "Better luck next time") Upon completion of the exam, the program should return the user to the menu. Choice 3: The program should display the total points available and the total points scored during that exam. A percentage score should also be displayed. (Optional: if you choose to track which problems were missed, you could display that information for the user.) Choice 4: No change to this functionality from the Phase 4 IP. .I have exam1.txt file main.cpp and another cpp file
I am trying to get the take test option to show as well as work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
