標題:
printf() 函式 (二)
[打印本頁]
作者:
tonyh
時間:
2019-2-25 19:25
標題:
printf() 函式 (二)
printf()函式輸出練習:
%d 整數
%s 字串
%S 轉換為大寫字母的字串
public class Ch65
{
public static void main(String[] args)
{
String str1="dog", str2="cat";
int a=3, b=5;
System.out.printf("There are %d %ss and %d %Ss.",a,str1,b,str2);
}
}
複製代碼
作者:
李沛昂
時間:
2019-2-25 19:30
public class Pig
{
public static void main(String[] args)
{
String str1="dog", str2="cat";
int a=3, b=5;
System.out.printf("There are %d %ss and %d %Ss.",a,str1,b,str2);
}
}
複製代碼
豬事大吉
作者:
戴嘉禾
時間:
2019-2-25 19:30
public class Ch100
{
public static void main(String[] args)
{
String str1="dog", str2="cat";
int a=3, b=5;
System.out.printf("There are %d %ss and %d %Ss.",a,str1,b,str2);
}
}
複製代碼
作者:
洪翊庭
時間:
2019-2-25 19:30
public class Ch03 {
public static void main(String[] args) {
// TODO 自動產生的方法 Stub
String str1="dog", str2="cat";
int a=3, b=5;
System.out.printf("There are %d %ss and %d %Ss.",a,str1,b,str2);
}
}
複製代碼
作者:
孫焌仁
時間:
2019-2-25 19:31
public class Ch64
{
public static void main(String[] args)
{
String Str1="dog",Str2="cat";
int a=3,b=5;
System.out.printf("There are %d %ss and %d %Ss.",a,Str1,b,Str2);
}
}
複製代碼
作者:
趙一鳴
時間:
2019-2-25 19:31
public class Ch02
{
public static void main(String[] args)
{
String str1="dog",str2="cat";
int a=3,b=5;
System.out.printf("There are %d %ss & %d %Ss.%n",a,str1,b,str2);
}
}
複製代碼
作者:
洪翊展
時間:
2019-2-25 19:31
public class Ch01
{
public static void main(String[] args)
{
String str1="dog",str2="cat";
int a=3,b=5;
System.out.printf("There are %d %ss and %d %Ss.",a,str1,b,str2);
}
}
複製代碼
作者:
黃宇瑄
時間:
2019-2-25 19:32
public class Pig
{
public static void main(String[] args)
{
String str1="dog", str2="cat";
int a=3, b=5;
System.out.printf("There are %d %ss and %d %Ss.",a,str1,b,str2);
}
}
複製代碼
作者:
黃宇綸
時間:
2019-2-25 19:33
public class Ch01
{
public static void main(String[] args)
{
String str1="dog", str2="cat";
int a=3, b=5;
System.out.printf("There are %d %ss and %d %Ss.",a,str1,b,str2);
}
}
複製代碼
作者:
曾堂桂
時間:
2019-2-25 19:33
public class Ch65
{
public static void main(String[] args)
{
String str1="dog", str2="cat";
int a=3, b=5;
System.out.printf("There are %d %ss and %d %Ss.",a,str1,b,str2);
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2