"Reading Strings" starts: > The `reader.nextLine();` command reads the user's input and *returns* a string. I believe it should read: >The `scanner.nextLine();` command reads the user's input and *returns* a string.