質問編集履歴

2

doTogame();の前に「Zenhan」を書き忘れていました...修正いたしました。

2018/05/14 11:42

投稿

newyee
newyee

スコア213

test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
 
76
76
 
77
- doTogame();
77
+ zenhan.doTogame();
78
78
 
79
79
 
80
80
 

1

すみません。Midlle.javaにおいて、「throws Exception」が抜けておりましたので、追記しました。

2018/05/14 11:42

投稿

newyee
newyee

スコア213

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
 
98
98
 
99
- public static void main(String[] args){
99
+ public static void main(String[] args) throws Exception{
100
100
 
101
101
 
102
102