Question: Create a program that asks the user for an x and y value, both integer values. Ask for the values one at a time. Then,

Create a program that asks the user for an x and y value, both integer values. Ask for
the values one at a time. Then, using the standard notation for identifying a point (x and
y inside parenthesis, separated by a comma), repeat the location and the Cartesian
coordinate quadrant in which the x,y position is located. You can assume that neither x
or y will be 0. Use the image below for quadrant information. Your output must contain
the word "quadrant", the blank space and your calculated result in Roman numerals -
the required output is in green.
Sample Input/Output:
x:42
y: 3
(42,3) is in: quadrant I
(running the program again)
x: -4
y: 17
(-4,17) is in: quadrant II
in python
Create a program that asks the user for an x and

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!