First page Back Continue Last page Graphics
Data Declaration
Type Variable_name(initialization);
Initialization is optional, but highly recommended for ALL variables.
C++ allows declarations to be anywhere in code. A style issue.
Assignment operator =
A binary operator with a value and a side effect.
Side effect is taking value of right side and storing it in the location specified by left side.