$50.00 address book
- From Computer-Science: General-CS
- Closed, but you can still post tutorials
- Due on Oct. 19, 2009
- Asked on Oct. 16, 2009 at 09:55:22AM
· Create a non-GUI-based Java application that stores mailing addresses and charitable donations for individual people. The application should display text that requests the user enter a name, street address with city, state and ZIP code, the number of donations this year, and the amount of the donation. The application should print out the individual name and address along with a total of donations for the year. The application should display the dollar symbol ($) to the left of the yearly donation amount and format the yearly donation amount to display currency.
Part 2
· Modify the Address Book application so it continues to request individual information until the user enters stop as the individual’s name. The loop should be sentinel controlled, so using a break to end the loop is not allowed. In addition, program the application to check that the donation amount and number of donations are positive numbers. If either the donation amount or the number of donations is not a positive value, the application should prompt the user to enter a positive amount.
- This tutorial was purchased 2 times and rated No Rating by students like you.
- Posted on Oct 16, 2009 at 3:09:59PM

- This tutorial hasn't been purchased yet.
- Posted on Oct. 17, 2009 at 12:45:27AM

Attachments:
AddressBook.java (4K) (Preview)
[
AddressBookZipped/AddressBook/build.xml
AddressBookZipped/AddressBook/build/classes/.netbeans_automatic_build
AddressBookZipped/AddressBook/build/classes/Address.class
AddressBookZipped/AddressBook/build/classes/AddressBook.class
AddressBookZipped/AddressBook/build/classes/AddressBookAssignment.txt
AddressBookZipped/AddressBook/dist/AddressBook.jar
AddressBookZipped/AddressBook/dist/README.TXT
AddressBookZipped/AddressBook/manifest.mf
AddressBookZipped/AddressBook/nbproject/build-impl.xml
AddressBookZipped/AddressBook/nbproject/genfiles.properties
AddressBookZipped/AddressBook/nbproject/private/private.properties
AddressBookZipped/AddressBook/nbproject/private/private.xml
AddressBookZipped/AddressBook/nbproject/project.properties
AddressBookZipped/AddressBook/nbproject/project.xml
AddressBookZipped/AddressBook/src/Address.java
AddressBookZipped/AddressBook/src/AddressBook.java
AddressBookZipped/AddressBookAssignment.txt
AddressBookZipped/AddressBookUseNotes.txt
AddressBookZipped/AddressOutput.html
AddressBookZipped/AddressOutput.jpg
AddressBookZipped/AddressOutput.txt
]
- This tutorial was purchased 3 times and rated A- by students like you.
- Posted on Oct. 17, 2009 at 10:30:12AM

Attachments:
[
Part I/AddressBook.class
Part I/AddressBook.java
Part I/AddressBookPart1.class
Part I/AddressBookPart1.java
]
[
Part II/AddressBook.class
Part II/AddressBook.java
Part II/AddressBookPart2.class
Part II/AddressBookPart2.java
]