Introduction - If you have any usage issues, please Google them yourself
JAVA: This class implements a Point class that contains the coordinates of two int variables x, y, constructor Point () and Point (int xx, int yy), return x and y values int getX () and int getY ()