摘要: public static void main(String args[]){ for(int i=1;i<10;i++){ for(int j=i;j<10;j++){ System.out.print(i+"*"+j+"="+i*j +'\t'); }System.out.println(); 阅读全文
posted @ 2016-05-08 01:06 芝麻炸弹 阅读(149) 评论(0) 推荐(0)
摘要: 1 public class YanghuiTower { 2 public static void main(String[] args) { 3 int[][]yanghui=new int[10][0]; 4 for(int i=0;i<10;i++){ 5 yangh... 阅读全文
posted @ 2016-05-04 16:49 芝麻炸弹 阅读(216) 评论(0) 推荐(0)