摘要: 1.使用for循环计算1-100的和,除了以3结尾的那些数。 package work; public class Zf1 { public static void main(String[] args) { // TODO Auto-generated method stub int i; int 阅读全文
posted @ 2021-04-12 21:47 zzziq 阅读(34) 评论(0) 推荐(0)