i have a txt file which has all words in a dictionary. each word separated by a rectangle type character (or any character for that matter).
how can i write a java program (im taking java) that will read this text file, and output the words into another text file as a list. maybe something like an "if" statement would do? program it like if i read a certain character (rectangle), i should move to the next line....
i am a beginner programmer.
thanks!
2007-10-04
20:10:47
·
1 answers
·
asked by
Luke V
3
in
Computers & Internet
➔ Programming & Design