Question: 2 1 5. Implement a Python program that allows a user to enter two values that represent the x and y coordinates of a point

2 1 5. Implement a Python program that allows a user to enter two values that represent the x and y coordinates of a point in Cartesian space. Then print which quadrant the point is in. (The quadrants are shown in the diagram to the right.) For this problem you can assume that if a point lies exactly on an axis, it is part of the quadrant to its right or above it. Do not 3 4 use a chained selection. Use a nested selection and minimize the number of tests needed to determine the quadrant. Question: How many executions of your program do you need to perform before you are confident your program is correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
