Board logo

標題: printf() 函式 (二) [打印本頁]

作者: tonyh    時間: 2014-9-20 15:20     標題: printf() 函式 (二)

[attach]971[/attach]
  1. public class ch49
  2. {
  3.     public static void main(String args[])
  4.     {
  5.          String str1="dog";
  6.          String str2="cat";
  7.          int a=3, b=5;
  8.          System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
  9.     }
  10. }
複製代碼

作者: 林以諾    時間: 2014-9-20 15:21

  1. public class ch49
  2. {
  3.     public static void main(String args[])
  4.     {
  5.          String str1="dog";
  6.          String str2="cat";
  7.          int a=3, b=5;
  8.          System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
  9.     }
  10. }
複製代碼

作者: 劉泳鱔    時間: 2014-9-20 15:22

  1. public class ch49
  2. {
  3.     public static void main(String args[])
  4.     {
  5.          String str1="dog";
  6.          String str2="cat";
  7.          int a=3, b=5;
  8.          System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
  9.     }
  10. }
複製代碼

作者: 許逸群    時間: 2014-9-20 15:22

  1. public class ch49
  2. {
  3.     public static void main(String args[])
  4.     {
  5.          String str1="dog";
  6.          String str2="cat";
  7.          int a=3, b=5;
  8.          System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
  9.     }
  10. }
複製代碼

作者: 張瀚仁    時間: 2014-9-20 15:23

  1. public class ch48
  2. {
  3.     public static void main(String args[])
  4.     {
  5.         String sdf1=cat;
  6.         String sdf2=dog;
  7.         int a=1,b=2;
  8.         System.out.printf("There are d%S%s and d%s&s in the room",a,sdf1,b,sdf2);

  9.     }
  10. }
複製代碼

作者: 黃崇維    時間: 2014-9-20 15:23

  1. public class ch49
  2. {
  3.     public static void main(String args[])
  4.     {
  5.          String str1="dog";
  6.          String str2="cat";
  7.          int a=3, b=5;
  8.          System.out.printf("There are %d%ss and %d%Ss in the room.",a,str1,b,str2);
  9.     }
  10. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2