Problem
1. What would the function specification for a function called Minimum look like if it has two Integer parameters called Num_1 and Num_2 and returns an Integer result?
2. What would a call to Minimum look like if the actual parameters are a variable called Deductions and the literal 2000?
3. Distinguish between an in mode parameter and input; between an out mode parameter and output.