2015年3月20日 星期五

2015.3.20 -2 JAVA 1~10


JAVA 1~10

/**
 * The HelloWorldApp class implements an application that
 * simply prints "Hello World!" to standard output.
 */
class HelloWorldApp {
    public static void main(String[] args) {
System.out.println("1"); // Display the string.
System.out.println("2"); // Display the string.
System.out.println("3"); // Display the string.
System.out.println("4"); // Display the string.
System.out.println("5"); // Display the string.
System.out.println("6"); // Display the string.
System.out.println("7"); // Display the string.
System.out.println("8"); // Display the string.
System.out.println("9"); // Display the string.
System.out.println("10"); // Display the string.
    }
}


沒有留言:

張貼留言