摘要: package com.guan.struct;public class ForDemo03 { public static void main(String[] args) { //用while或者for循环求出1000内能被5整除的数,且以每行3个的形式输出 for (int i = 1; i 阅读全文
posted @ 2021-10-01 09:16 小风扇呜呜呜 阅读(131) 评论(0) 推荐(0)