Problem
1. What is the result of executing subprogram Swap if the parameters are value parameters?
2. What is the result of executing subprogram Swap if the parameters are reference parameters?
3. What is the result of executing subprogram Swap if one of the parameters is a value parameter and one of the parameters is a reference parameter?