My problem is this:I was supposed to read two text files and store them as State array objects: easy. Then I am supposed to do other things like display it and so on. Problem is, as my code sits now, the method seqSearch() only accesses one array either arrState or arrSearch, not both like I need it...