Overview
Before starting this chapter we should browse through Chapter 602 on Primitive Data.
In this chapter we'll look at conditional statements (also called selection statements).
The program can execute different blocks of code based on conditions (true/false).
For example, a phone login program will excecute the "success" code or "failure" code based on if the proper credentials were entered.
Concepts
We want to ensure our logic expetise by reviewing: