Given the x- and y-coordinates of a point, print the quadrant plane in which the point sits, either "First", "Second", "Third", "Fourth". If it lies on an axis, print the name of the axis: "X-axis" or "Y-axis". If it is the origin point, print "Origin".