Goals for Chapter 3
- Declare constants and variables of type int and float
- Construct and evaluate simple arithmetic expressions
- Use multiple arithmetic operators in an expression
- Understand coercion and type conversion
- Call a value returning function
- Understand arguments (parameters) to a function
- Use C++ library functions
- Call a void function
- Manipulate the format of output
- use additional string operators