摘要: 1.使用for循环计算1-100的和,除了以3结尾的那些数 package wxl; public class ctt { public static void main(String[] args) { // TODO Auto-generated method stub int sum=0; f 阅读全文
posted @ 2023-04-07 14:42 未步乘风 阅读(33) 评论(0) 推荐(0)