Question: Create an application that uses a class to store and display contact information. Console Welcome to the Contact List application Enter first name: Mike Enter
Create an application that uses a class to store and display contact information. Console Welcome to the Contact List application Enter first name: Mike Enter last name: Patel Enter email: mike@patel.com Enter phone: 510-221-5528 Current Contact Name: Mike Patel Email Address: mike@patel.com Phone Number: 510-221-5528 Continue? (1 for Yes 0 for No): 0 Specifications . Use a class named Contact to store the data for each contact. This class should include these public functions vold setFirstName(string name) void setlastNametstring name) vold setEmail(string email) void setphonetstring phone) string getfFirstName0 tring getE mail) Type here to search oe@
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
