How do you write a java program that reads a text file and prints the words on separate lines?
Head to google and type java api. You want to use a library that allows you to read in one line of text at a time. Everytime you read in a line just print it out. I think it was the Buffer cl that I used.
No comments:
Post a Comment