摘要: 上机练习:1.使用for循环计算1-100的和,除了以3结尾的那些数 2. packageeww; 3. 4. publicclass jv98{ 5. publicstaticvoid main(String[] args) { 6. int sum=0; 7. int i=1; 8. do{if 阅读全文
posted @ 2021-04-13 16:25 陈杭威 阅读(50) 评论(0) 推荐(0) 编辑