class Puzzle { int a, b; }
Write a statement that, as long as a and b are not equal, keeps whittling down the larger by subtracting the smaller from it.
a
b
Your browser does not support the Java necessary for this exercise.