Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a program that stores a list of people with the following data this is for C/C++ First Name (length of 25 characters) Last Name
- write a program that stores a list of people with the following data this is for C/C++
- First Name (length of 25 characters)
- Last Name (length of 25 characters)
- Birthdate (saved as a string in the format of mm/dd/yyyy)
- 3 Phone # (Home, Work, Cell, length of 15 characters each)
- Address Line 1 (length of 50 characters)
- Address Line 2 (length of 50 characters)
- City (length of 30 characters)
- State (length of 25 characters)
- Zip code (length of 10 characters)
You should have a menu that does the following:
- Displays the contacts information
- Adds a contact
- Updates a contacts information
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started