Question: Write a c++ program to implement a simple address book that stores phone numbers, names, and addresses and allows the user to look up an
Write a c++ program to implement a simple address book that stores phone numbers, names, and addresses and allows the user to look up an entry based on any of them. After each lookup the program should ask the user if they want to look up another until they are done. The file should be structured so that a person's first name, last name, and phone number are stored on one line separated by commas and the next line has their address. ****DO NOT USE STRUCTS**** Use basic functions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
