C++ Programming Control Structures I
Write a program that prompts the user to input the x-y coordinate of a point in a Cartesian plane. The program should then output a message indicating whether the point is the orgin, is located on the x (or y) axis, or appears in a particular quadrant. For Example:
(0, 0) is the orgin
(4, 0) is on the x-axis
(0, -3) is on the y-axis
(-2, 3) is in the second quadrant
This is using the if....if else....switch......case.....statements.
By OTA: Farhan Chowdhury, MS
OTA Rating: 4.4/5
Your Price: $2.19 (original value ~$7.98)
What's included:
Page generated in 0.057 seconds