the greatest common divisor (GCD) of two integers is the largest integer that evenly divides each of the two numbers.Write method Gcd that returns the greatest common divisor of two integers. Incorporate the method into an application that reads two value from the user and displays the result