Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 1, section 3, reading input has a possible error in "Reading Strings" #433

Open
Tracy58468 opened this issue Sep 4, 2023 · 0 comments

Comments

@Tracy58468
Copy link

"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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant