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 b288376 commit 1e496aaCopy full SHA for 1e496aa
app/src/main/java/hexlet/code/Prime.java
@@ -30,7 +30,7 @@ public static void gameLogic() {
30
System.out.println("This is not correct answer,try again!\n");
31
}
32
if(Engine.questionCounter == 3) {
33
- System.out.println("Congratulations! " + Engine.userName);
+ System.out.println("Congratulations, " + Engine.userName + "!");
34
35
36
0 commit comments