+ 1
Im getting an input error here ..pls help
what's wrong with BufferedReader..pls help. https://code.sololearn.com/cHKsGzx4P1bA/?ref=app
2 Answers
+ 7
needs to be in a try, catch block
https://code.sololearn.com/cILWjBf9gw80/?ref=app
+ 2
add throws Exception to the void main statement..
like:
public static void main(String []args) throws Exception