Contact List - Phone Numbers

Write the first installment of an application to keep track of your contacts. At this point you have only names and phone numbers to keep track of. Include a PhoneNumber class with data members areaCode and LocalNum.

Overload the stream insertion (<<) and stream extraction (>>) operators so that you can use them with objects of this class.