Back Navigation Next Navigation Video 8: Functions (page 5 of 9)

User defined functions may be classified as either void or fruitful functions. A void function does not have a return statement while a fruitful function does. The following shows how to define a void function and call it!

functions