Originally posted by Victoria Preston:
I'm sorry if I have mislead you. I have wrote programs that have have read info from a file and the output to another file. My problem is actually starting it. What the first thing I should do is?
Use that program as an example. Write another program that reads info from a file -- and prints (System.out.println()) it out for now. It should read the three names files.
When you finish that, examine what collection classes have you learned in school. (ie. the classes in the java.util package) Do you remember how to put strings into the collections? And then... can you modify the program you did so far to put the names into the collection, instead of printing it out?
If you run into any problems, just come back here -- and provide the code that you done so far, with questions that you are having.
Henry