


In addition, program the application to check that the donation amount and number of donations are positive numbers. The loop should be counter controlled, so using a break command to end the loop is not allowed. Modify the Address Book application so it continues to request individual information until the user has entered 5 individuals.The application should display the dollar symbol ($) to the left of the yearly donation amount and format the yearly donation amount to display currency. The application should print out the individual name and address along with a total of donations for the year, which is the amount multiplied by the number of donations. 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. Ĝreate a non-GUI-based Java application that stores mailing addresses and charitable donations for individual people.Here is a compilation of all of the requirements of the program as time went on: The final version of the Address Book program was to be an amalgamation of the pervious seven assignments combined with several new features added to the GUI.
