2. Create a variable using the Sign enumeration and use it in a switch to print if the number is "bigger than", "equal to", or "less than" zero<|Create an enumeration, Quadrant, representing the four quadrants of the two-dimensional plane<|Update Quadrant enumeration to have two private fields for the x and y Signs, add constructor calls to use these fields for Quadrant values, write a toString method for Quadrant enumeration, write getXSign and getYSign methods to work on a Quadrant value