A friend of mine needs this done....

A point is a an X and Y coordinate pair (2 integers). Design a class that stores the data for a point and has the following methods a default constructor, a constructor that takes an x and y coordinates, set x coordinate, set y coordinate, print the point data to the screen, return the x coordinate, return the y coordinate . Write a test program to test this class and all its methods.