Summary: Decisions
This lesson summarizes the main points of this chapter.
We'll cover the following...
- A program’s flow of control is the order in which its statements execute.
- An
if
statement tests a Boolean expression and takes a course of action according to whether the expression is true or false. - A statement within an
if