} catch (FileNotFoundException ex) {
Logger.getLogger(algoD.class.getName()).log(Level.SEVERE, null, ex);
}
while (true) {
try {
System.out.println(read.nextLine());
} catch (IOException ex) {
Logger.getLogger(algoD.class.getName()).log(Level.SEVERE, null, ex);
}
}
}