返回列表 發帖

printf() 輸出練習

試以 printf() 方法做字串輸出。
%d 整數
%s 字串
%S 轉換為大寫字母的字串
%.2f 四捨五入至小數點後2位

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

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

TOP

  1. import java.util.Scanner;
  2. public class Ch06
  3. {
  4.            public static void main(String args[])
  5.            {
  6.                    String str1="dog", str2="cat";
  7.                    int a=3, b=5;
  8.                    double total=21.3568;
  9.                    System.out.printf("There are %d %ss and %d %Ss totally weigh %.2f pounds.",a,str1,b,str2,total);
  10.            }
  11. }
複製代碼

TOP

  1. public class Ch18 {
  2.                
  3.         public static void main(String[] args)
  4.         {
  5.         String str1="dog",str2="cat";
  6.         int a=3,b=5;
  7.         double total=21.3568;
  8.                 System.out.printf("There are %d %ss and %d %Ss totally weigh %.2f pounds."
  9.                                 ,a,str1,b,str2,total);                                                               
  10.         }
  11. }
複製代碼

TOP

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

TOP

  1. public class Ch134 {

  2.         public static void main(String[] args) {
  3.     String str1="dog", str2="cat";
  4.     int a=3, b=5;
  5.     double total=21.3568713405;
  6.     System.out.printf("There are %d %ss and %d %Ss totally weight %.3f pounds.",a,str1,b,str2,total);
  7.         }

  8. }
複製代碼

TOP

  1. public class Ch87 {

  2.         public static void main(String[] args) {
  3.                 String str1="dog",str2="cat";
  4.                 int a=3,b=5;
  5.                 double num=21.3568;
  6.                 System.out.printf("There are %d %ss and %d %Ss totally weigh %.2f pounds.",a,str1,b,str2,num);

  7.         }
  8. }
複製代碼

TOP

  1. package o;

  2. import java.util.Scanner;
  3. public class foraddfinal
  4. {       
  5.                 public static void main(String args[])
  6.                 {
  7.                         String str1="dog", str2="cat";
  8.                         int a=3, b=5;
  9.                         double total=21.3568;
  10.                         System.out.printf("There are %d %s and %d %s totally weigh %.2f" ,a,str1,b,str2,total);
  11.                 }
  12.         }
複製代碼

TOP

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

TOP

  1. public class Ch15 {               
  2.         public static void main (String[] args)
  3.         {
  4.                 String strl="dog",str2="cat";
  5.                 int a=3,b=5;
  6.                 double total=21.3568;
  7.                 System.out.printf("There are %d %ss and %d %Ss totally weigh %.2f pounds.",a,str1,b,str2,total);")
  8.         }
  9.        
  10.        

  11.         }
複製代碼

TOP

  1. public class Ch60 {

  2.         public static void main(String[] args) {
  3.                 String str1="dog", str2="cat";
  4.                 int a=3, b=5;
  5.                 double total=21.3568;
  6.                 System.out.printf("There are %d %ss and %d %Ss totally weigh %.2f pounds.",a ,str1 ,b ,str2 ,total);
  7.         }
  8. }
複製代碼

TOP

  1. public class Ch01
  2. {       
  3.         public static void main(String[] args)                       
  4.         {

  5.                 String st1="dog",str2="cat";
  6.                 int a=3,b=5;
  7.                 double total=21.3568;
  8.                 System.out.printf("There are %d %s and %d %S  totally weigh %.2f pounds.",a,str1,b,str2,total);       
  9.         }
  10. }
複製代碼

TOP

  1. public class Ch03 {
  2.         public static void main(String[] args)
  3.         {
  4.                 String str1="dog", str2="cat";
  5.                 int a=3, b=5;
  6.                 double total=21.3568;
  7.                 System.out.printf("there are %d %ss and %d %Ss totally weigh %.2f pounds."
  8.                                 ,a,str1,b,str2,total);
  9.         }

  10. }
複製代碼

TOP

  1. public class Ch01
  2. {   
  3.        
  4.         public static void main(String[] args)
  5.         {
  6.                 String str1="dog",str2="cat";
  7.                 int a=3,b=5;
  8.                 double   total=21.3568;
  9.                 System.out.printf("There are %d %s and %d %S totally weigh %.2f pounds.",a,str1,b,str2,total);
  10.         }

  11. }
複製代碼

TOP

  1. import java.util.Scanner;
  2. public class Ch01 {
  3.        

  4.         public static void main(String[] args)
  5.     {
  6.                
  7.                 String str1="dog",str2="cat";
  8.                 int a=3,b=5;
  9.                 double total=21.3568;
  10.            System.out.printf("There are %d %ss and %d %Ss totally weight %.2f pounds.",a,str1,b,str2,total);
  11.     }
  12.        
  13.                
  14.     }
複製代碼

TOP

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

TOP

  1. import java.util.Scanner;
  2. public class Ch12 {
  3.    public static void main(String[] args)
  4.    {
  5.            String str1="dog",st2="cat";
  6.            int a=3,b=5;
  7.            double total=21.2568;
  8.            System.out.printf("There are %d %ss and %d %Ss totally weigh %.2fpounds.",a,str,b,sttr2,total);
  9.    }
  10.    }
複製代碼

TOP

  1. public class ch06 {

  2.         public static void main(String[] args) {
  3.                 String s1="dog",s2="cat";
  4.                 int a=3,b=5;
  5.                 double t=3.5555646614;
  6.                 System.out.printf("There are %d %ss and %d %Ss  totally weigh %.2f pounds.",a,s1,b,s2,t);
  7.         }

  8. }
複製代碼
我好帥
我超級帥
我非常的帥
我宇宙第一帥

TOP

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

TOP

  1. import java.util.Scanner;

  2. public class Ch01
  3. {
  4.         public static void main(String[]args)
  5.         {
  6.                 Scanner s=new Scanner(System.in);
  7.                 String str1="dog",str2="cat";
  8.                 int a=3,b=5;
  9.                 double total=21.3568;
  10.                 System.out.printf("There're %d %ss and %d %Ss totally weigh %.2f pounds.",a,str1,b,str2,total);;
  11.         }

  12. }
複製代碼

TOP

返回列表