< previous page page_41 next page >

Page 41
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
What statements are
What expressions are
How to work with operators
The meaning of Truth
Statements
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).

 
< previous page page_41 next page >

If you like this book, buy it!