You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
349 B
14 lines
349 B
4 years ago
|
# 循环和数组
|
||
|
|
||
|
## 说明
|
||
|
|
||
|
编写一段程序,列出 1-20 中所有 3 的倍数,将它们输出到控制台。
|
||
|
|
||
|
> 提示,使用 for 循环,修改迭代表达式
|
||
|
|
||
|
## 评价表
|
||
|
|
||
|
| 指标 | 优秀 | 良好 | 尚可进步 |
|
||
|
| --- | --- | --- | --- |
|
||
|
| | 程序运行正确,并且写了注释 | 没写注释 | 程序未完成或者有 BUG |
|