forked from bmoreini/multiplication
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bram Moreinis edited this page Mar 26, 2021
·
2 revisions
- Print 2 random integers, X & Y, each between 3 and 9, as a soluble equation: x * y = ??
- Receive manual input for solution, say "Correct!" if match, "Incorrect!" if not.
- Embed code and feedback in a while loop that continues until the input matches solution.
- Embed all code in a loop to ask Q questions.
- Prompt for Q so the user can say how many questions to ask.
- Create a main function for the loop and variables.
- Move the input and feedback portion into a function
- Create an "after loop" function that reports on number of mistakes.