Learn to branch your code’s execution path by evaluating Boolean expressions.
Learning objectives
In this module, you will:
- Write code that evaluates conditions using if, else, and else if statements.
- Build Boolean expressions to evaluate a condition.
- Combine Boolean expressions using logical operators.
- Nest code blocks within other code blocks