摘要:
package struct; public class While { public static void main(String[] args) { //输出1~100 int a=0; while (a<100){ a++; System.out.println(a); } //计算1+2+ 阅读全文
posted @ 2022-07-29 11:59
7号彩虹
阅读(37)
评论(0)
推荐(0)
2022年7月29日