GCD Applet Code
int x, y, z, r;
TextField a = new TextField(10);
TextField b = new TextField(10);
TextField c = new TextField(10);
Label l1 = new Label("Value 1: ");
Label l2 = new Label("Value 2: ");
Button gcd = new Button(" GCD: ");
Previous slide
Next slide
Back to first slide
View graphic version