Code:
|
|
QII | QI
|
|
-------------------
|
|
QIII | QIV
|
|
Run #1
Enter X and Y separated by a space: -1.0 -2.5
The point (-1.0, -2,5) is in quadrant III
Run #2
Enter X and Y separated by a space: 0.0 -4.8
The point (0.0, 4.8) is on the y axis
Run #3
Enter X and Y seperated by a space: 0.0 0.0
The point (0.0, 0.0) is the origin
Run #4
Enter X and Y seperated by a space: 5.2 0.0
The point (5.2, 0.0) is on the x axis

