![]() |
.. (לתיקייה המכילה) | |
Q: What should we return in each of these?
a. the user guessed the right number and this was the last guess?
b. the user guessed the right number and this wasn't his last guess?
c. the user didn't guess the number and this is the last guess?
d. the user didn't guess the number and this wasn't his last guess?
|
When the user is right, you should return the number of left guesses for the new game, when the user is wrong, you should return the number of left guesses for the current game. |

