Hey all, I'd really appreciate some help with this problem:
Given a nonzero integer n, compute gcd(0,n) and gcd(1,n).
Printable View
Hey all, I'd really appreciate some help with this problem:
Given a nonzero integer n, compute gcd(0,n) and gcd(1,n).