Search:

Type: Posts; User: Grot

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,424

    Re: Linked List question

    The question is

    -Write a class that represents a person. A person should have a name and an age.
    -Write a Java program that implements a linked list using the LinkedList class:

    -The program...
  2. Replies
    7
    Views
    1,424

    Re: Linked List question

    What I have done is it correct?
  3. Replies
    7
    Views
    1,424

    Re: Linked List question

    My problem is I have create five people objects with different names and ages and
    add them to the LinkedList using the add(e) method. The program should then print out the names and ages of each...
  4. Replies
    7
    Views
    1,424

    Linked List question

    Hey Guys I'm really stuck on a question here what I'm supposed to do is

    Write a class that represents a person. A person should have a name and an age.
    Write a Java program that implements a...
Results 1 to 4 of 4