Sunday, July 31, 2005

Welcome to java world 的另一個型式


// printing a line of test with multiple statements.

public class welcom2 {

  public static void main(String args[]){

    System.out.println("Welcome");
    System.out.print("to java world");

  }//End method class

}//End class Welcome2

0 Comments:

Post a Comment

<< Home