Код: Выделить всё
BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
try{
String input = input.readLine();
}
catch(Exception e){
// Do Noting
}
Подробнее здесь: https://stackoverflow.com/questions/646 ... t-an-error
Код: Выделить всё
BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
try{
String input = input.readLine();
}
catch(Exception e){
// Do Noting
}