Java02——基本數據類型轉換

練習1: String str1 = 4; //判斷對錯:no String str2 = 3.5f + 「」; //判斷str2對錯:yes System.out.println(str2); //輸出:3.5 System.out .println(3+4+「Hello!」); //輸出:7hello System.out.println(「Hello!」+3+4); //輸出:Hello34
相關文章
相關標籤/搜索