Pot Luck Project

This console project begins with you adding to the list of attendees to a company potluck. You put in the first name, last name, and what the attendee is bringing. At any point you have the option to print out the whole list and then continue adding, changing what an attendee is bringing, or removing an attendee from the list. There is a method to help find an attendee for the changing and removing options. If you type in a name that doesn't match both the first and last name, you get an error message and the list won't change.

Program Run

Main Class Code

Attendee Class Code