Page Location Edit
163 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] 
163 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: September 18, 2001. The source of some of these corrections is the updates page for the Gosselin text on the instructor portion of the Course Technology web page.   Comments to William Pegram, wpegram@nvcc.edu