質問編集履歴
2
クラス名編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,7 +70,7 @@
|
|
70
70
|
|
71
71
|
|
72
72
|
|
73
|
-
public class
|
73
|
+
public class assignment3{
|
74
74
|
|
75
75
|
public static void main(String[] args) {
|
76
76
|
|
1
エラーメッセージの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,9 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
```
|
20
|
+
|
19
|
-
|
21
|
+
Exception in thread "main" java.lang.NullPointerException
|
20
22
|
|
21
23
|
at test.assignment3.main(assignment3.java:27)
|
22
24
|
|