Use the program, Passing-by-Value, on Ex5_02 of the text and the program, Passing-by-Reference, on Ex5_07 as a starting point for this assignment.
Write a similar program, but change the code to pass two variables to the function call rather than one.
Answer the following questions after completing both programs:
- What is the purpose of the function header?
- How may you identify the body of a function?
- What does the return statement do?