Search:

Type: Posts; User: maiestas

Search: Search took 0.18 seconds.

  1. Re: Reading in data from a text file and adding to ArrayList

    I honestly have no clue. Thanks for trying to help, but the headache isn't worth it. I'll turn the assignment in as it is.

    I'll make this as solved.

    Thanks you.
  2. Re: Reading in data from a text file and adding to ArrayList

    I honestly don't know. I figured that was creating a char called c, and then assigning it to x.charAt(0). I had made x empty because I don't know what else to set it to. I understand what you're...
  3. Re: Reading in data from a text file and adding to ArrayList

    I reassigned String x which was empty to char c = x.CharAt(0). String x was empty on line 17, when I first made it.

    I'm not even asking for the length though? I don't see how that's relevant.
    ...
  4. Re: Reading in data from a text file and adding to ArrayList

    I'm honestly pretty lost and I don't know how to do that.
  5. Reading in data from a text file and adding to ArrayList

    I need to read in data from a text file with a scanner, which contains a list of vehicles. I'm then adding these Vehicles to an ArrayList. Each we have separate subclasses already written for a Car,...
Results 1 to 5 of 5