#include using namespace std; class Point{ friend ostream & operator<<(ostream & out, const Point & p) { out <<"("<> x>>y; Point p(x,y); cout <<"Point is" << p<