Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 216 Bytes

readme.md

File metadata and controls

9 lines (9 loc) · 216 Bytes

Order of Events

  1. Ask user for difficulty
  2. Wait for user to submit diffuculty
  3. Call genQuestion()
  4. Call print()
  5. Listen for submission
  6. Check response if correct
  7. recall genQuestion()
  8. recall print()