|
|
|
|
|
|
|
Hour 4
Expressions and Statements |
|
|
|
|
|
|
|
|
A program is really nothing more than a set of commands executed in sequence. The magic emerges from the capability to branch from one set of commands to another depending on whether a particular statement is true or false. In this hour you learn |
|
|
|
|
|
|
|
|
How to work with operators |
|
|
|
|
|
|
|
|
New Term: All C++ statements end with a semicolon. A statement controls the sequence of execution, evaluates an expression, or does nothing (the null statement). |
|
|
|
|
|