Exemplo n.º 1
0
 String readLine(final String prompt) throws IOException {
   return in.readLine(prompt);
 }