Ask Experts Questions for FREE Help !
Ask
    denicecorny's Avatar
    denicecorny Posts: 2, Reputation: 1
    New Member
     
    #1

    Feb 5, 2014, 04:30 AM
    Hi guys, can you help me in this problem pretty pretty please?
    A list is a sequential data structure. Design a List class that uses a
    Comma-delimited Stringsuch as, "a,b,c,d,12,dog"to implement a list. Implement the
    Following methods for this class:
    Void addItem( Object o ); // Use Object.toString()
    String getItem(int position);
    String toString();
    Void deleteItem(int position);
    Void deleteItem(String item);
    Int getPosition(String item);
    String getHead(); // First element
    List getTail(); // All but the first
    Element
    Int length();

    I don't know how to code this in java. :) :) :)
    Thank you in advance

Check out some similar questions!

Want to look pretty [ 2 Answers ]

I want to loose weight before my graduation party and its after 3 weeks tell me how can I loose weight because I want to look pretty in my dress.

Guys think I'm pretty and charming,but they don't know I'm a virgin. (PSYCH TRAUMA?) [ 10 Answers ]

Here I go... I just turned 23 years in October and I'm still a virgin. I'm afraid of intimacy and I hate it because it has kept me from being with men and I'm not just talking about sex. I've had plenty of opportunities to lose my virginity with various guys I Really liked,-but I could never...

Do you think I'm pretty? [ 21 Answers ]

http://i26.photobucket.com/albums/c128/gothrockerchick/brittany038.jpg


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.