Computer Science, asked by mdperwezalam4069, 11 months ago

Write a program that takes the x-y coordinates of a point in the cartesian plane

Answers

Answered by liza10987654321
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