2007年10月3日 星期三

960919-Hello02 教學內容

因Blog內定文章格式關係,故以"囗"為空格請自行修改回去!

// This is the Hello program in Java

class Hello02 {

囗囗囗囗public static void main (String args[]) {

囗囗囗囗囗囗if (args.length > 0) {
囗囗囗囗囗囗囗囗System.out.println("Hello " + args[0]);
囗囗囗囗囗囗}
囗囗}

}

沒有留言: