Jeff's Web Page

____ 1. In creating C++ functions we must be concerned with both the function itself and how it interacts with other functions, such as main(). ____ 2. Only after a called function requests that data be passed to it can the data be manipulated by the function to produce a useful result. ____ 3. ................
................