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 8f9602d commit 609bc5aCopy full SHA for 609bc5a
app/src/main/java/hexlet/code/Progression.java
@@ -38,6 +38,7 @@ public static void gameLogic() {
38
System.out.println("Your answer: " + answer);
39
System.out.println("'" + answer + "'" + "is wrong answer ;(. "
40
+ "Correct answer was" + "'" + hideElement + "'");
41
+ System.out.println("Let's try again, " + Engine.userName + "!");
42
break;
43
}
44
if (Engine.questionCounter == 3) {
0 commit comments