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 4d2e19c commit be5724dCopy full SHA for be5724d
app/src/main/java/hexlet/code/EvenGame.java
@@ -19,7 +19,7 @@ public static void gameLogic() {
19
System.out.println("Correct!\n");
20
Engine.questionCounter++;
21
} else {
22
- System.out.println("Let's try again! " + Engine.userName + "\n");
+ System.out.println("Let's try again, " + Engine.userName + "!");
23
}
24
if(Engine.questionCounter == 3) {
25
System.out.println("Congratulations, " + Engine.userName + "!");
0 commit comments