LaunchCodeEducation / skills-back-end-java

Unit 3 (Java Track) of the LC101 Curriculum, following fundamentals in Python
http://education.launchcode.org/skills-back-end-java/
Other
16 stars 31 forks source link

errata: http://education.launchcode.org/skills-back-end-java/java4python/control-flow/ #4

Closed ribex closed 7 years ago

ribex commented 7 years ago

desirable: Fallthrough can be quite unintuitive, and is only desireable in very specific circumstances.

conceptual: At a coneptual level, loops in Java aren't that different from loops in Python, though the syntax varies significantly in some cases.

parentheses: The Java for loop is really analogous to the last option giving you explicit control over the starting, stopping, and stepping in the three clauses inside the parenthesis.

parentheses: In Java we add parenthesis and curly braces to get:

chrisbay commented 7 years ago

Fixed in 2d2b77887635a2e58679663d1b02900d0f4dedbd