Write a program that takes the x-y coordinates of a point in the cartesian plane
Answers
Answered by
0
Given co-ordinates (x, y), determine the quadrant of the cartesian plane.
Examples :
Input : x = 1, y = 1
Output : lies in 1st quadrant
Input : x = 0, y = 0
Output : lies at origin
Attachments:
Similar questions