標題:
printf() 函式 (二)
[打印本頁]
作者:
tonyh
時間:
2014-9-20 15:20
標題:
printf() 函式 (二)
[attach]971[/attach]
public class ch49
{
public static void main(String args[])
{
String str1="dog";
String str2="cat";
int a=3, b=5;
System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
}
}
複製代碼
作者:
林以諾
時間:
2014-9-20 15:21
public class ch49
{
public static void main(String args[])
{
String str1="dog";
String str2="cat";
int a=3, b=5;
System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
}
}
複製代碼
作者:
劉泳鱔
時間:
2014-9-20 15:22
public class ch49
{
public static void main(String args[])
{
String str1="dog";
String str2="cat";
int a=3, b=5;
System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
}
}
複製代碼
作者:
許逸群
時間:
2014-9-20 15:22
public class ch49
{
public static void main(String args[])
{
String str1="dog";
String str2="cat";
int a=3, b=5;
System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
}
}
複製代碼
作者:
張瀚仁
時間:
2014-9-20 15:23
public class ch48
{
public static void main(String args[])
{
String sdf1=cat;
String sdf2=dog;
int a=1,b=2;
System.out.printf("There are d%S%s and d%s&s in the room",a,sdf1,b,sdf2);
}
}
複製代碼
作者:
黃崇維
時間:
2014-9-20 15:23
public class ch49
{
public static void main(String args[])
{
String str1="dog";
String str2="cat";
int a=3, b=5;
System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2