標題:
第一支程式
[打印本頁]
作者:
tonyh
時間:
2012-10-5 19:08
標題:
第一支程式
public class ch01 //類別
{
public static void main(String args[]) //方法
{
System.out.print("歡迎使用Java!");
}
}
複製代碼
作者:
晏有聰
時間:
2012-10-5 19:23
public class ch01
{
public static void main (String args[])
{
System.out.print("hello this is jave demo");
}
}
複製代碼
作者:
劉永記
時間:
2012-10-5 19:23
public class ch01 //類別
{
public static void main(String args[]) // 方法
{
System.out.print("Java!");
}
}
複製代碼
作者:
許銘欽
時間:
2012-10-5 19:23
public class ch01 //類別
{
public static void main(String args[]) //方法
{
System.out.print("歡迎使用java!");
}
}
複製代碼
作者:
孫家祥
時間:
2012-10-5 19:23
回復
1#
tonyh
public class ch01
{
public static void main(String args[])
{
System.out.print("歡迎使用");
}
}
複製代碼
作者:
林奕嘉
時間:
2012-10-5 19:31
public class ch01
{
public static void main (String args[])
{
System.out.print("歡迎使用java");
}
}
複製代碼
作者:
may
時間:
2012-10-8 21:47
[attach]610[/attach]
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2