/** * Created by xabcd on 2019/2/11. */ public class testss { public static void main(String args[]) { int x; for(x=1;x<3;x++) { System.out.println(x+"*"+x+"="+x*x); } } }
/** * Created by xabcd on 2019/2/11. */ public class testss { public static void main(String args[]) { int x; for(x=1;x<3;x++) { System.out.println(x+"*"+x+"="+x*x); } } }