Skip to content

Commit 609bc5a

Browse files
committed
upd Progression.java
1 parent 8f9602d commit 609bc5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/hexlet/code/Progression.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public static void gameLogic() {
3838
System.out.println("Your answer: " + answer);
3939
System.out.println("'" + answer + "'" + "is wrong answer ;(. "
4040
+ "Correct answer was" + "'" + hideElement + "'");
41+
System.out.println("Let's try again, " + Engine.userName + "!");
4142
break;
4243
}
4344
if (Engine.questionCounter == 3) {

0 commit comments

Comments
 (0)