I wanted to create a class Point that represents a point in two-space an x,y pair. I am trying to create a point on a coordinate plane x and y and be able to track them. How