public class Array99 { public static void main(String[] args) { Print99(); } public static void Print99() { for(int x=1;x<10;x++) { for(int y=1;y<=x;y++) { System.out.print(x+"*"+y+"="+x*y+"\t"); } System.out.println(); } } }
by: 发表于:2017-06-27 15:25:26 顶(0) | 踩(0) 回复
??
by: 发表于:2017-06-27 15:25:26 顶(0) | 踩(0) 回复
??
回复评论