Update assignment.ja.md

Fixed a bit translation mistake.
This commit is contained in:
t4k3t0
2023-02-15 00:02:22 +09:00
committed by Sara Gibbons
parent 06ab130dcc
commit 1826ef113e

View File

@@ -2,7 +2,7 @@
## 説明書
120の間の3番目の数字をすべてリストアップしてコンソールに表示するプログラムを作成します。
120の間の数字を3つおきに3の倍数をすべてリストアップしてコンソールに表示するプログラムを作成します。
> TIP: for-loop を使用して、反復式を変更します。