Expressions and Statements (continued)
Expressions do the work of mathematical or boolean calculations within statements
Precedence order is important:
- 5 * 10 + 2 * 3 = 56
- Use parenthesis to override the precedence of operations
Examples of expressions:
- Constant expression used in assignment statement
- Variable expression used in an assignment statement