Module: Conditional Statements

Boolean expressions and conditional statements to control program flow.

Learning Outcomes

If-Statements

You understand conditional expressions, how they are used to perform branching with if-statements to control program flow.

Readings

Branching

Preparation for if-statements lab

Iteration

Preparation for loops lab

Experiential Learning

Branching

Learn about conditional expressions and if-statements

Iteration

Learn about conditional expressions and loop statements