Challenge: Greatest Common Divisor
Find the greatest common divisor (GCD) of two integers using recursion.
We'll cover the following...
Problem
Try to find the greatest common divisor of two integers using recursion.
Input
Two ...