We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Break Statement section starts with a reference to the switch statement which has not yet been introduced if you are following the lessons sequentially: https://dev.java/learn/language-basics/controlling-flow/#break
"The break statement has two forms: labeled and unlabeled. You saw the unlabeled form in the previous discussion of the switch statement. "
The second statement is untrue as far as I can tell. It's the next lesson that introduces the switch statement.
The Yield section on the same page also mentions the switch statement: https://dev.java/learn/language-basics/controlling-flow/#yield
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Break Statement section starts with a reference to the switch statement which has not yet been introduced if you are following the lessons sequentially:
https://dev.java/learn/language-basics/controlling-flow/#break
"The break statement has two forms: labeled and unlabeled. You saw the unlabeled form in the previous discussion of the switch statement. "
The second statement is untrue as far as I can tell. It's the next lesson that introduces the switch statement.
The Yield section on the same page also mentions the switch statement: https://dev.java/learn/language-basics/controlling-flow/#yield
The text was updated successfully, but these errors were encountered: