返回列表 發帖

[隨堂測驗]printf() 函式 (二)

本帖最後由 李泳霖 於 2020-11-13 20:32 編輯

printf()函式輸出練習:
%d 整數
%s 字串
%S 轉換為大寫字母的字串
        String str1="dogs", str2="cats";
        int a=3, b=5;
        System.out.printf("There are %? %? and %? %?.",?,?,?,?);

此帖僅作者可見

TOP

此帖僅作者可見
林祐霆

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

返回列表