From The Book
Required: chapter 4
Slide Handouts
Logical Expressions
Selection Statements
Additional Information
Common Error #1 Example
Using assignment (=) instead of comparison (==)
Common Error #2 Example
Inverted / wrong logic in if-else statements
Nested-if example
if-else-if chain example