楊盛閎,HTML.STYLE.CSS

\楊盛閎.HTML.CSS.Java的首次體驗

楊盛閎學習心得

我愛學習程式語言,我才上過二次課程,竟學過HTML,CSS,JavaScript與Java。

public class Main { public static void main(String[] args) { String s = "德明科大楊盛閎"; //註解:定義字串變數s int t; //定義一個正數變數t t = s.length(); //賦予值=s的長度,方法length() System.out.println("楊盛閎W3schools學習Java"); System.out.println(s); System.out.println(t); } }

留言

張貼留言

這個網誌中的熱門文章

楊盛閎Python集合set清單list元組tuple字典dictionary 3月 26, 2023