overloading stream insertion and stream extraction operators
#ifndef PHONENUMBER_H#define PHONENUMBER_H#include using std::ostream;using std::istream;#include using std::string;class PhoneNumber{ public: friend ostream& operator<< (ostream&, const