質問編集履歴

1

コードの打ち間違いを修正

2019/06/19 14:06

投稿

terrat
terrat

スコア14

test CHANGED
File without changes
test CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  if (score == nextScore && level == MAX_LEVEL){} //誤
8
8
 
9
- if (score == nextScore) && (level == MAX_LEVEL){} //正
9
+ if ((score == nextScore) && (level == MAX_LEVEL)){} //正
10
10
 
11
11
  ```
12
+
13
+
14
+
15
+ コードを間違えてました。直したのでこれでお願いします。(カッコを付け足しました)