1.) Write a Point class that stores x and y floating point coordinates. 2.) Write a copy constructor for the Point class. 3.) Show two ways that copy constructor can be invoked.