Navigation
index
next
|
previous
|
COMP 170
»
5. Decisions
5.1. Conditions I
5.2. Simple
if
Statements
5.2.1. Simple If Exercise
5.3.
if
-
else
Statements
5.3.1. Scope With Compound Statements
5.3.2. If-else Exercise
5.4. More Conditional Expressions
5.4.1. Wages Play Computer Exercise
5.4.2. Graduate Exercise
5.4.3. Roundoff Exercise
5.5. Multiple Tests and
if
-
else
Statements
5.5.1. Sign Exercise
5.5.2. Grade Exercise
5.5.3. Wages Exercise
5.6. If-statement Pitfalls
5.6.1. Dangerous Semicolon
5.6.2. Match Wrong
if
With
else
5.6.3. Missing Braces
5.7. Compound Boolean Expressions
5.7.1. Congress Exercise
5.7.2. Implication Exercise
5.8. Nested
if
Statements
5.8.1. Cartesian Plane Location Exercise/Example
5.9. Chapter Review Questions