Skip to content

Commit f87f671

Browse files
committed
Fix description of answer of prime number
1 parent 9f10cb8 commit f87f671

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)