Summary: Multiway Decisions
This lesson summarizes the major points made in this chapter.
We'll cover the following...
- An
if
statement can contain otherif
statements. Together, suchif
statements are said to be nested.
This lesson summarizes the major points made in this chapter.
if
statement can contain other if
statements. Together, such if
statements are said to be nested.