//Out of the book //584-586 #include #include using namespace std; class PhoneNumber { friend ostream &operator<<(ostream &, const PhoneNumber &); friend istream &operator>>(ostream &, const PhoneNumber &); }