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 1e496aa commit 4d2e19cCopy full SHA for 4d2e19c
app/src/main/java/hexlet/code/Progression.java
@@ -40,7 +40,7 @@ public static void gameLogic() {
40
"Correct answer was" + "'" + hideElement + "'");
41
}
42
if(Engine.questionCounter == 3) {
43
- System.out.println("Congratulations! " + Engine.userName);
+ System.out.println("Congratulations, " + Engine.userName + "!");
44
45
46
0 commit comments