Chapter 15
Making Decisions with Conditionals
Learning Objectives
After completing all the content in this chapter, you should be able to do the following:
- Use conditional statements:
if
,else
, andelif
.
Key Terminology
Here is a list of key terms broken down by the page upon which they first appear.
Data Type for True and False
- equality operator
Boolean Expressions
- boolean expression
- condition
- comparison operator
- operands
Conditionals
- conditional statements
- code block
Logical Operators
- Boolean operators
- logical operator
Nested Conditionals
- nested conditional
Chained Conditionals
- chained conditional