Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,242

    Re: Need help with printing out info

    You should refer to the ArrayList API for these kind of answers. How does one get the item stored at a specific index in an ArrayList? You can find out how to do that in the API. That's how you'll...
  2. Replies
    4
    Views
    1,242

    Re: Need help with printing out info

    System.out.println( patientArray[3].getName() );

    Edit: Maybe it should be patientArray[2], but you get the idea.
Results 1 to 2 of 2