for(inti=0;i<3;i++){for(intj=0;j<2;j++){System.out.println("i="+i+",j="+j);}}//打印乘法表的核心部分for(inti=1;i<...