標題:
printf() 函式 (一)
[打印本頁]
作者:
鄭繼威
時間:
2023-9-20 19:17
標題:
printf() 函式 (一)
本帖最後由 鄭繼威 於 2023-9-20 19:56 編輯
printf()函式輸出練習:
%d 整數
%s 字串
%S 轉換為大寫字母的字串
public class Ch65
{
public static void main(String[] args)
{
String str1="dogs", str2="cat";
int a=3, b=5;
System.out.printf("There are %d %s and %d %Ss.",a,str1,b,str2);
}
}
複製代碼
作者:
李彣
時間:
2023-9-20 19:50
此帖僅作者可見
作者:
林劭澧
時間:
2023-9-20 19:51
此帖僅作者可見
作者:
黃裕恩
時間:
2023-9-20 19:54
此帖僅作者可見
作者:
曾善勤
時間:
2023-9-20 19:54
此帖僅作者可見
作者:
林劭杰
時間:
2023-9-20 19:56
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2