More Functions

5.4: Void Functions and Program Design

Primary uses of void functions:

5.5 Functions calling other functions

5.6 Using Function Stubs in Program Development

5.7 Reference Parameters

So far, function calls cannot change the value of a parameter.
Distinction between More later.

5.8 Saving and Reusing Functions

We have talked about libraries that get included using a compiler directive #include.
Can we do this ourselves? Yup: loan5.cpp, loan.h