teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

誤字修正

2015/07/19 11:42

投稿

hirohiro
hirohiro

スコア2068

answer CHANGED
@@ -6,7 +6,7 @@
6
6
  while (count <= max){
7
7
  //..........
8
8
  }
9
- これはcountの値がmax(10)より小さい間、何回でも中の処理を繰り返します。
9
+ これはcountの値がmax(10)未満の間、何回でも中の処理を繰り返します。
10
10
  count = count + 1; を何度も繰り返すと
11
11
  int count = 0; //初めcountは0
12
12
  while