This is a simple program that, when run, asks user to enter 2 numbers and the program returns their GCD.
In mathematics, the Greatest Common Divisor (GCD) of two or more integers, which are not all zero,
is the largest positive integer that divides each of the integers
Download Code