FileDocCategorySizeDatePackage
DebugClass.javaAPI DocExample704Mon Feb 23 12:51:30 GMT 2004org.cookbook.ch05

DebugClass

public class DebugClass extends Object
author
Steven Holzner To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Fields Summary
public static int
temperature
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

	
	    
	
		for(int loopIndex = 3; loopIndex >= 0; loopIndex--)
		{
			System.out.println(loopIndex + "...");
			if(loopIndex == 0)
			{
				System.out.println("Cocoa Beach, we have liftoff.");
			}
		}