Conditional statements give your program the power of selection: the ability to select what a program should do next.

Lessons in this Unit

3.1. Selecting a branch to execute 1683 pts

3.2. Comparing values 2151 pts

3.3. Using boolean operators 2658 pts

3.4. Nesting branches 2236 pts

3.5. Selecting based on a value 734 pts