< previous page page_93 next page >

Page 93
3
Arithmetic Expressions, Function Calls, and Output
GOALS
ò To be able to construct and evaluate expressions that include multiple arithmetic operations.
ò To understand implicit type coercion and explicit type conversion.
ò To be able to call (invoke) a value-returning function.
ò To be able to recognize and understand the purpose of parameters.
ò To be able to use C++ library functions in expressions.
ò To be able to call (invoke) a void function (one that does not return a function value).
ò To be able to use C++ manipulators to format the output.
ò To be able to format the statements in a program in a clear and readable fashion.

 
< previous page page_93 next page >