Define
where gcd stands for Greatest Common Divisor and (x MOD y) is the remainder when x is divided by y. Given Integers x,y>0 this program calculates using recursion gcd(x,y).