Hi, my question was how does one put objects into an arraylist? I tried using the .add but said incompatible types when I tried to give it an object in the parameter. I don't have any code that would do any good for this question but maybe someone knows how to pass objects to an arraylist. Thanks :)
Also Im reading in lines of data from an external file and trying to make objects of type Country and put them into one of four arraylists depending on country code
