public static int countLines (BufferedReader in) throws IOExceptions
BufferedReader inputFile =new BufferedReader(new FileReader("in.txt"));
int lines = inputFile.readLine();
if so then what do you use after that to continue to the next line and so on?


Ask A New Question
Reply





MultiQuote






|