摘要:
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
魔幻的猫头鹰
阅读(47)
评论(0)
推荐(0)
摘要:
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
魔幻的猫头鹰
阅读(47)
评论(0)
推荐(0)
|