摘要: 1.使用for循环计算1-100的和,除了以3结尾的那些数 package test; public class w1 { public static void main(String[] args) { // TODO 自动生成的方法存根 int i; int sum=0; for(i=1;i<= 阅读全文
posted @ 2021-04-11 23:57 我什么时候能有只猫 阅读(38) 评论(0) 推荐(0) 编辑