Board logo

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

作者: 周政輝    時間: 2018-7-21 14:33     標題: 第一支程式

import java.lang.System;   //由於編譯時套件java.lang會自動引入, 故可忽略
public class Ch01     //主類別
{
    public static void main(String args[])    //主方法
    {
         System.out.println("您好!");  //運用System類別下out物件的println()方法
         System.out.print("歡迎使用Java!");
    }
}
作者: 吳秉翰    時間: 2018-7-21 14:35

  1. package bn.tw;

  2. public class java1 {

  3.         public static void main(String[] args) {
  4.                 // TODO 自動產生的方法 Stub
  5.                 System.out.println("helloworld");
  6.         }

  7. }
複製代碼

作者: 湯東緯    時間: 2018-7-21 14:36

  1. package www.youtube.com;

  2. public class JAVA {

  3.         public static void main(String[] args) {
  4.                 // TODO 自動產生的方法 Stub
  5.                 System.out.print("9487");
  6.         }

  7. }
複製代碼

作者: 彭煥宇    時間: 2018-7-21 14:42

  1. package bbs.istak.org.tw;

  2. public class Main {

  3.         public static void main(String[] args) {
  4.                 // TODO 自動產生的方法 Stub
  5.                 System.out.println("hello world");
  6.         }

  7. }
複製代碼

作者: 黃安立    時間: 2018-7-21 14:50

  1. package  bbs.istak.org;

  2. public class Main {
  3.         public static void main(String[] args)
  4.         {
  5.                 // TODO 自動產生的方法 Stub
  6.                 System.out.print("112313");
  7.         }

  8. }
複製代碼

作者: 顏詢    時間: 2018-7-21 15:01

  1. package eric;

  2. public class Main {

  3.         public static void main(String[] args) {
  4.                 // TODO 自動產生的方法 Stub
  5.      System.out.print("Hello there");
  6.         }

  7. }
複製代碼

作者: 王駿愷    時間: 2018-8-10 17:22

  1. package ch01;

  2. public class CH02 {

  3.         public static void main(String[] args) {
  4.        System.out.println("Hello");
  5.        System.out.print("j");
  6.         }
  7. }
複製代碼

作者: 高允懋    時間: 2018-8-22 18:02

public class Hello
{

        public static void main(String[] args)
        {
                System.out.println("Hello");
                System.out.print("Java");
        }

}




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