|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (3 bit)
Join Date: Jul 2005
Posts: 5
|
Develop a Java program to manage a mailing list for contributors to a charity. Your program should have the following commands available from a menu:-
Add Add a new contributor to the mailing list. Sort Sort the names of the contributors into alphabetic order. Delete Delete a contributor, and all associated information, from the mailing list. Display display a contributor, according to their name, and display all of the data associated with the contributor. Total Add up all of the contributions given to the charity provided by the mailing list contributors and display the total. The java program also has two functions: a) For each contributor, store their name, address, postcode, telephone number and the amount contributed into a text file of records. b) Read the text file and display all the information. please a omment if possible. |
|
|
|
|
|
#2 |
|
Chop Chop
|
Does it have to be Java and what is this for?
|
|
|
|
|
|
#3 |
|
Member (3 bit)
Join Date: Jul 2005
Posts: 5
|
hi
i will be really please if you could help me with this program.it has to be a java application. thanks
|
|
|
|
|
|
#4 | |
|
Member (3 bit)
Join Date: Jul 2005
Posts: 5
|
Quote:
|
|
|
|
|
|
|
#5 |
|
Chop Chop
|
What is this for? I don't know any Java, I could do it in PHP though!
|
|
|
|
|
|
#6 |
|
Member (3 bit)
Join Date: Jul 2005
Posts: 5
|
still need help
it is a coursework and it is urgent for need to hand it before end of this month.thank for any one who like to help me with.
|
|
|
|
|
|
#7 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
First step, plan it out on paper.
What features you need and what logical placement you need for each one.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#8 | |
|
Premium Member
Join Date: Jun 1999
Posts: 9,231
|
Quote:
|
|
|
|
|
|
|
#9 |
|
Member (3 bit)
Join Date: Jul 2005
Posts: 5
|
Can you help me set a frame code
I like to know how to set a frame and image map for any website.thanks
|
|
|
|
|
|
#10 |
|
Member (3 bit)
Join Date: Jul 2005
Location: Reston VA
Posts: 6
|
Great java resources: http://academics.tjhsst.edu/compsci/java/packets.zip
http://java.sun.com/docs/books/tutorial/java/TOC.html http://java.sun.com/j2se/1.5.0/docs/api/ http://www.amazon.com/exec/obidos/tg...books&n=507846 The last one is the best book I have ever come across. I have recently completed AP Computer Science (and got a 3 on the exam) and I lived off these resources (especially the last one). The first link is lab packets that I used in Basic CS. Aside from the labs, there is a great amount of information for beginning programmers. Hint: For the sorting, use HeapSort (I don't know what class you're in but if you're in basic CS this will impress your instructor). If you don't know what this is, google it. |
|
|
|
|
|
#11 |
|
Member (3 bit)
Join Date: Jul 2005
Location: Reston VA
Posts: 6
|
Or use a treemap. Once again, if u dunno what this is, google it.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|