Reading a text file using FileReader & BufferedReader : Unexpected output ! (Beginning Java forum at
the program below compiles properly. Its supposed to "print" the below source code saved inside "mytxt.txt" . But i get only some parts of the text in ... I surmise that it is only printing the even numbered lines in your file. That is because your while ...