We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fee0ab commit 595d9aaCopy full SHA for 595d9aa
WarmUp/Loops/task.md
@@ -16,7 +16,7 @@ fun playGame(secret: String, wordLength: Int, maxAttemptsCount: Int): Unit
16
This function should have a loop while game is not complete
17
(we can use the `isComplete` function from the previous steps here).
18
Inside the loop you need to ask the user to input a guess and write their answer into the `guess` variable.
19
-After asking about input you need to recheck if the game was compiled to avoid having an infinite loop.
+After asking about input you need to recheck if the game was completed to avoid having an infinite loop.
20
21
It is better to ask user what do you expect to get, so print this text before read line user input:
22
0 commit comments