Create a PhoneBook class. Fields include first name, last name, area code, and phone number. Include an extraction operator that prompts the user for values for each field.
Also include an insertion operator that displays the values of each field. Overload the operator[]()function to change a PhoneBook object's phone number (but not area code).
Overload the operator()()function to change the area code and phone number.