translate lesson 2 to zh-tw

This commit is contained in:
CRTao
2021-02-20 12:12:16 +08:00
parent fca28477e4
commit 63eb473b9a
11 changed files with 799 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
# 給矩陣的迴圈
## 簡介
建立一個程式,列出數字每第三個從 1 到 20 的值(3,6,9......),並輸出在 console 上。
> 提示:使用 for-loop 迴圈並改寫它的迭代陳述式。
## 學習評量
| 作業內容 | 優良 | 普通 | 待改進 |
| -------- | -------------------------------------- | ---------------------- | -------------- |
| | 程式完成簡介裡的課題並解釋程式碼意義。 | 程式完成簡介裡的課題。 | 程式出現問題。 |