How do I write a function that takes 4 integer parameters?
the first two of which are user-supplied inputs (call-by-value parameters) and the last two of which are the quotient and remainder that results when the first parameter is divided by the second parameter (call-by-reference parameters).