GCDApplet.java will appear below in a Java enabled browser. Use the applet to investigate gcd(a,b) and coefficients for writing gcd(a,b) as a linear combination of a and b.
  1. Enter an integer value for a in the first box.
  2. Enter an integer value for b in the second box.
  3. Press one of the buttons.
    1. just gcd will calculate gcd(a,b).
    2. gcd and corfficients will show the steps of the Euclidean Algorithm along with writing each remainder as a linear combination of a and b.
    3. Clear Output will erase the output text area.


The applet source code  and BreezyGUI links.