Skip to content

Commit af7f81c

Browse files
authored
Merge pull request #482 from ut-code/fix-prime-number-description
Fix description of answer of prime number
2 parents e7bcd6f + f87f671 commit af7f81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-trial-session/08-loop/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ document.write(product);
225225

226226
### 素数判定問題
227227

228-
ある整数の変数 `n` が与えられたとき、その値が素数であるかどうか判定して表示する`for`文を書いてみましょう
228+
ある整数の変数 `n` が与えられたとき、その値が素数であるかどうか判定するプログラムを作成してください
229229

230230
そして、`n` に 6、11、57、89 を入れてテストしてみましょう。
231231

0 commit comments

Comments
 (0)