end next end end toc toc mail

Readability

Expressions
class Variable_1 {

  public static void main( String args[] ) {
	int x, y;

	x = 77;
	y = 49;
	
	while ( x != y )	{
		if ( x < y ) 
			y -= x;
		else
			x -= y;
	}
	System.out.println(x);

	System.out.println("Do you think this program");
	System.out.println("well explained?");
  }
}
hint

end next end end toc toc mail


Created by unroff & hp-tools. © by csfac. All Rights Reserved (Oct/14/1999).

Last modified: 14/October/99 (16:18)