01 2021 档案

摘要:public class Dd { public static void main(String[] args) { int n,m; for(n=1;n<10;n++){ for(m=1;m<=n;m++) { System.out.print(m+"*"+n+"="+m*n+"\t"); } S 阅读全文
posted @ 2021-01-18 18:09 叶子大叔 阅读(57) 评论(0) 推荐(0)
摘要:package LL;public class Student { public static void main(String[] args) { int[]i={2,4,6,8,9}; int b; for(int l=0;l<i.length;l++){ System.out.println( 阅读全文
posted @ 2021-01-18 16:18 叶子大叔 阅读(73) 评论(0) 推荐(0)