|
list
how can we make a program that reads a list of words from a file (every line of the file having one word) and puts them in an array ? (supposing e.g. the words are 17 and setting the array size 20). using the buffered reader. (and the ACM library if necessary)
thank you
|