Question: Please write the following program in C 3.14 Lab: Location of Point Write a program that takes the x-y coordinate of a point in the
Please write the following program in "C"

3.14 Lab: Location of Point 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: Example1 Input point x-value : -1.0 Input point y-value: -2.5 The point (1.0, -2.5) is in Quadrant III. Example 2 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
