Function Arguments: types Input Arguments: Carry information into function subprogram return value: used to return a single result from the function body Output Arguments: Return multiple results to the caller Function Argument Importance: Arguments make functions more versatile because they enable a function to accept and manipulate different data (values) each time it is called.

Previous slide Next slide Back to first slide View graphic version