Question: In C, write a program that takes the x-y coordinate of a point in the Cartesian plane and prints a message indicating the axis the
In C, write a program that takes the x-y coordinate of a point in the Cartesian plane and prints a message indicating the axis the point is on or the quadrant it is in.

Write a program that takes the x-y coordinate of a point in the Cartesian plane and prints a message indicating the axis the point is on or the quadrant it is in. The program should interact as follows: Example 1 Input point x-value : -1.0 Input point y-value: -2.5 The point (-1.0, -2.5) is in Quadrant III. Example2 Input point x-value: 0.0 Input point y-value: 4.8 The point (0.0, 4.8) is on the y-axis
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
