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 1dc9343 commit 2f1cb04Copy full SHA for 2f1cb04
app/src/main/java/hexlet/code/Engine.java
@@ -8,7 +8,7 @@ public class Engine {
8
public static int questionCounter = 0;
9
public static void userGreetings() {
10
Scanner sc = new Scanner(System.in);
11
- System.out.println("Welcome to the Brain Games!\nMay I have your name?\n");
+ System.out.println("Welcome to the Brain Games!\nMay I have your name?");
12
userName = sc.next();
13
System.out.println("Hello " + userName + "!");
14
}
0 commit comments