Get your own website Result Size: 625 x 533
Python
C
Java
 
Python result:
The Euclidean algorithm using division:

120 = 4 * 25 + 20
25 = 1 * 20 + 5
20 = 4 * 5 + 0
The GCD of 120 and 25 is: 5