Board logo

標題: 第一支程式 [打印本頁]

作者: tonyh    時間: 2012-10-5 19:08     標題: 第一支程式

  1. public class ch01       //類別
  2. {
  3.     public static void main(String args[])     //方法
  4.     {
  5.          System.out.print("歡迎使用Java!");
  6.     }
  7. }
複製代碼

作者: 晏有聰    時間: 2012-10-5 19:23

  1. public class ch01
  2. {
  3.    public static void main (String args[])
  4.    {
  5.     System.out.print("hello this is jave demo");
  6.    }
  7. }
複製代碼

作者: 劉永記    時間: 2012-10-5 19:23

  1. public class ch01       //類別
  2. {
  3.     public static void main(String args[])     // 方法
  4.     {
  5.          System.out.print("Java!");
  6.     }
  7. }
複製代碼

作者: 許銘欽    時間: 2012-10-5 19:23

  1. public class ch01 //類別
  2. {
  3. public static void main(String args[]) //方法
  4. {
  5.    System.out.print("歡迎使用java!");
  6. }

  7. }
複製代碼

作者: 孫家祥    時間: 2012-10-5 19:23

回復 1# tonyh
  1. public class ch01
  2. {
  3.   public static void main(String args[])
  4.   {
  5.   System.out.print("歡迎使用");
  6.   }
  7. }
複製代碼

作者: 林奕嘉    時間: 2012-10-5 19:31

  1. public class ch01
  2. {
  3.        public static void main (String args[])
  4.        {
  5.               System.out.print("歡迎使用java");

  6.        }
  7. }
複製代碼

作者: may    時間: 2012-10-8 21:47

[attach]610[/attach]




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2