2007年10月3日 星期三

960919-HelloName 教學內容

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

// This is the Hello Name program in Java

class HelloName {

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

//Declare the variable name to be a String
囗囗囗囗String name;

// Replace "Rusty" with your own name
囗囗囗囗name = "阿彥";

/* Now let's say hello */
囗囗囗囗System.out.println("Hello " + name);

囗囗}

}

沒有留言: