Quiz #2

1. What is the difference between call-by-value and call-by-reference?

2. Write a method called SumDiv that accepts three integer arguments and returns the sum of the first two divided by the third.