魔幻的猫头鹰

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年4月7日

摘要: package test; public class test { public static void main(String args[]){ //分别用for循环,while循环,do循环求1到100之间的所有被3整除的和 int a = 1; int b = 100; while(a<=b) 阅读全文
posted @ 2021-04-07 20:39 魔幻的猫头鹰 阅读(35) 评论(0) 推荐(0) 编辑