Thanks again Ali! I may be able to work it out between what you have told me.
The app asks for input (all of the fields in PersonData) including the donation and number of donations. Then it prints out the information as they entered it and computes their total in donations, which it also prints out. What I need to change is to have the user input stored in an array (with mixed types, which is why in your first post you suggested making a class to hold the fields and then creating an array of object that references the same class name) instead of how I have it and still print out the data as before. BTW, yes, I agree about including throw exception. I need to get used to writing the code right. Thank you, Craig -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en
