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

質問編集履歴

2

クラス名編集

2020/04/06 23:54

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- public class Exercise3 {
37
+ public class assignment3{
38
38
  public static void main(String[] args) {
39
39
  try {
40
40
  BufferedReader br = new BufferedReader(new InputStreamReader(System.in));//入力

1

エラーメッセージの修正

2020/04/06 23:54

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -7,7 +7,8 @@
7
7
 
8
8
  ## 発生している問題・エラーメッセージ
9
9
 
10
+ ```
10
- ```Exception in thread "main" java.lang.NullPointerException
11
+ Exception in thread "main" java.lang.NullPointerException
11
12
  at test.assignment3.main(assignment3.java:27)
12
13
 
13
14