14th Aug 2017, 3:37 PM
Mentesnot
Mentesnot - avatar
3 Respostas
+ 6
throws java.io.IOException is not a correct mechanism to get the integer values. Instead use Scanner class facilities to do so.
14th Aug 2017, 3:41 PM
Babak
Babak - avatar
+ 4
You also forgot the 't' in println. (line 9)
14th Aug 2017, 3:55 PM
Rrestoring faith
Rrestoring faith - avatar
0
I haven't gone through the course at all. I found the throwing exception thing at an example and modified it to my own use thank for your help Tobias
15th Aug 2017, 12:32 PM
Mentesnot
Mentesnot - avatar