返回列表 發帖
  1. public class Ch65 {

  2.         public static void main(String[] args) {
  3.                 // TODO 自動產生的方法 Stub
  4.         String str1="dog", str2="cat";
  5.         int x=3, y=5;
  6.         System.out.printf("There are %d %ss, and %d %Ss.",x,str1,y,str2);
  7.         }

  8. }
複製代碼
ABCDEFGHIJKLMNOPQRSTUVWXYZ

TOP

返回列表