I've written the folowing code (using the ArraySet class ive created which is sort of like an array with extra methods): when I use the first time the filereader there is no problem, but the time I use the second one on it reads the first line and keeps printing.
Ive tried using only the second filereader puting a break at the end of the while, etc. and nothing has worked to stop it.
Please help!
import...