Customer List Project

This project is similar to the Company Picnic project. You start with a hard coded list of 3 customers with customer ID, first name, and last name. You can add a customer, change a customer ID to have the name of a different customer, or remove a customer. At any time you can also print the whole list of customers in the list. There is a method to help find a matching customer ID number. If you try to change to remove a customer and type in a customer ID that doesn't match, you will get an error message stating that there isn't a match.

Program Run

Main Class Code

Customer Class Code