akosiraff

Download Load_Display_QuestionBank

Sep 20th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/load_display_questionbank/
  3. Write a C++ program that is menu-driven that allows for the following menu choices:Load an exam: Loading an exam should prompt the user for an exam file. If no file exists, it should allow the user to specify a different file. Upon a successful load of an exam, the user should be presented with the menu again.
  4. Display exam: The program should simply display each question, its point value, and the answer to the screen. Upon displaying the exam to the screen, the user should be presented with the menu again.
  5. Quit: Quit the program gracefully by displaying a β€œthank you” message to the user, and ensure that all files have been closed along with any other housekeeping that should be done as your program shuts down.
  6. Consider creating a class exam that will hold the actual exam and provide behavior such as loadExam and also displayExam.
  7. Download: http://solutionzip.com/downloads/load_display_questionbank/
Add Comment
Please, Sign In to add comment