| Page | Location | Edit |
| 189 | Second paragraph | Replace "conditional expression" with "expression" [Rationale: Whereas an if statement utilizes a conditional expression, a switch statement utilizes an expression, not a conditional one. The value of a conditional expression is true or false] |
| 189 | Second paragraph, 4th sentence to end of paragraph | Replace "Instead, the switch statement continues evaluating the rest of the case labels in the list" and the rest of the paragraph and the first sentence of the following paragraph, with "Instead, the switch statement will execute the remaining statements found within the switch statement, regardless of whether the subsequent case labels match the value of the expression. To avoid this, use a break statement within each case label." |
Last Modified: January 28, 2002. Comments to William Pegram, wpegram@nvcc.edu