Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    7
    Views
    1,434

    Re: Linked List question

    Lets start with the first item in your list. What problems are you having creating the Person class?
  2. Replies
    7
    Views
    1,434

    Re: Linked List question

    How do you tell if a program is correct?

    Does it compile without any errors?

    Does it execute without errors and give the correct result?

    If the answers to those questions is yes and yes,...
  3. Replies
    7
    Views
    1,434

    Re: Linked List question

    There are a lot of items in the list. Which ones are the problem?
    1)create five people objects with different names and ages
    2)add them to the LinkedList using the add(e) method.
    3) print out...
  4. Replies
    7
    Views
    1,434

    Re: Linked List question

    Can you explain what your problem is by asking some specific questions?

    Change the java tags to code tags: Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get...
Results 1 to 4 of 4