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 d8a7c5d commit 3686270Copy full SHA for 3686270
app/src/main/java/hexlet/code/Cli.java
@@ -7,7 +7,7 @@ private Cli() {
7
}
8
public static String greetUser() {
9
Scanner scanner = new Scanner(System.in);
10
- System.out.print("May i have your name? ");
+ System.out.print("May I have your name? ");
11
String userName = scanner.next();
12
System.out.println("Hello, " + userName + "!");
13
return userName;
0 commit comments