Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Let's count to 5

Name: Anonymous 2009-01-31 21:12

ac

Name: Anonymous 2009-02-01 21:00

/*
 * CountToFive.java
 *
 * Version:
 *     $Id$
 *
 * Revisions:
 *     $Log$
 */

/**
 * A Program That Counts To Five
 *
 * @author      /prog/
 *
 */

public class CountToFive {

/**
 * A main method
 *
 */
    public static void main(String[] args) {
   
    System.out.println("1\n2\n3\n4\n5");

        // Prints 1 to 5
    }

} // CountToFive

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List