Search:

Type: Posts; User: Spanky_10

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,395

    Re: Reading into an ArrayList from a text file

    Pass is what I believe is being added to the ArrayList, which is defined in the default constructor. So it is not in the same scope but I do not know how to bring them out of that ArrayList to read...
  2. Replies
    3
    Views
    1,395

    Reading into an ArrayList from a text file

    I am trying to take a text file and read it into the ArrayList I created. It should store the passengers name and the passenger's service class.

    The text file has the following format:
    James ...
Results 1 to 2 of 2