标签:hub ast system int 题目 lan pre targe blog
题目:输出9*9口诀。
for (int i = 1; i < 10; i++) { for (int j = 1; j <= i; j++) { System.out.print(i+"*"+j+"="+i*j+"\t"); } System.out.println(); }
标签:hub ast system int 题目 lan pre targe blog
原文地址:http://www.cnblogs.com/aeolian/p/7814085.html