胡恩誠.HTML.CSS.Java
胡恩誠.HTML.CSS.Java
我學習程式設計programming,學得鬥志昂揚!
胡恩誠開始學習Java
public class Main {
public static void main(String[] args) {
String s ="德明科大胡恩誠";//宣告字串變數s
int t; //宣告整數integer變數t
t = s.length(); //點.接屬性或方法
System.out.println("胡恩誠w3schools學習Java");
System.out.println(s);
System.out.println("字串長度:" + t);
}
}
劉任昌136教學影片
留言
張貼留言