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

質問編集履歴

1

Status status\[\] = new Status\[9\]; → Status\[\] status = new Status\[9\]; に訂正

2016/08/24 07:32

投稿

yahhymmne
yahhymmne

スコア20

title CHANGED
File without changes
body CHANGED
@@ -14,7 +14,7 @@
14
14
  ```Java
15
15
  public class Race
16
16
  {
17
- Status status[] = new Status[9];
17
+ Status[] status = new Status[9];
18
18
  status[0] = new Status(0,"技");
19
19
  status[1] = new Status(0,"体");
20
20
  status[2] = new Status(0,"心");