In-class Assignment #1
Write a recursive program to compute n!, log(n!), and gcd(m,n), where m>=n>0.
Compute 10!, log(10!), and gcd(89, 55).