Difference: CSC121F2023Lab07Hint2 ( vs. 1)

Revision 12023-06-20 - cathybareiss

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="CSC121F2023Lab07"

Algorithm hint for method to give a quiz (in lab 7)

  • Open the file (catching any possible IO exceptions and handling them by giving a message and returning)
  • Initialize any needed counters
  • Loop until there is no more data in the file
    • count the question
    • ask the question
    • if the user answered correctly, count it as a correct answer. Use your constant here to make it more readable.
  • print out the stats for that quiz
  • close the file
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback