摘要: 1.使用for循环计算1-100的和,除了以3结尾的那些数 package home; public class zuoye { /** * @param args */ public static void main(String[] args) { int sum=0; for (int i = 阅读全文
posted @ 2021-04-12 12:49 于国庆 阅读(35) 评论(0) 推荐(0)