返回列表 發帖
  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

返回列表