3.7 Nested Conditionals

Enduring Understanding

The way statements are sequenced and combined in a program determines the computed result. Programs incorporate iteration and selection constructs to represent repetition and make decisions to handle varied input values.

Learning Objective

For nested selection:

a. Write nested conditional statements.

b. Determine the result of nested conditional statements.

Essential Knowledge

Nested conditional statements consist of conditional statements within conditional statements.

Last updated