Question: c++ * N +y -X +X 1 2 * problem1.cpp 3 Write a program which asks the user to enter a pair of numbers, treated

c++

c++ * N +y -X +X 1 2 * problem1.cpp 3 Write

* N +y -X +X 1 2 * problem1.cpp 3 Write a program which asks the user to enter a pair of numbers, treated 4 as x- and y-coordinates. It should then print the quadrant in which the 5 point lies: 6 7 II . I 8 9 10 11 III IV 12 - 13 */ 14 #include 15 using namespace std; 16 17 int main() 18 { 19 float x,y; 20 cout > X Y; 22 23 // Finish the program here 24 }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!