摘要: 打印乘法口诀表 public class TestVar11{ public static void main(String[] args){ int i,j; for(i=1;i<=9;i++){ for(j=1;j<=i;j++){ System.out.print(j + "*" + i +" 阅读全文
posted @ 2020-11-01 09:53 陈_MJ 阅读(55) 评论(0) 推荐(0)