Write an algorithm to find the quotient and remainder of two positive integers, a and b.
a) Input: a, b; Output: Quotient, Remainder
b) Input: Quotient, Remainder; Output: a, b
c) Input: Quotient; Output: Remainder
d) Input: a, b; Output: Sum, Product