|
- Call functions from the math library.
- Know how to pass data to a function using parameters
- Know how to create a function prototype for a function
- Write a function that takes three integer parameters and returns the sum of the numbers
- Write a function that takes a single double precision floating point number and prints the number, its square, and its cube, to 5 decimal places.
|