CHAPTER 5: FUNCTIONS FOR ALL SUBTASKS
5.1 Call-by-Value and Call-by-Reference Parameters
Call-by-Reference Parameters
When to Use Called-by-Value and Call-by-Reference Parameters
Ordering of Parameters
5.2 Using Procedural Abstraction
Function Calling Functions
Preconditions and Postconditions
An Example
5.3
Testing and Debugging