質問編集履歴
1
誤字がありました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -96,7 +96,7 @@
|
|
96
96
|
//本題
|
97
97
|
//ID:2のBさんの3回目テスト結果(99点)を追加する
|
98
98
|
var testResult = new testResult();
|
99
|
-
testResult.times =
|
99
|
+
testResult.times = 3;
|
100
100
|
testResult.score = 99;
|
101
101
|
|
102
102
|
//Linqに置き換えたい部分 ↓
|