Objectives
You should be able to :
- Declare constants and variables of type float.
- Construct and evaluate simple arithmetic expressions.
- Construct expressions with multiple operators
- Understand coercion and type conversion.
- Call a value returning function.
- Call a void function.
- Recognize and understand function parameters.
- Use standard library functions.
- Use output manipulators.
- Use additional string operators.