Question: C++ Question 2: Write a program that reads integers x and y from user, then evaluate the following logical expression: x=y (x+y)>=0 Note: Don't use
Question 2: Write a program that reads integers x and y from user, then evaluate the following logical expression: x=y (x+y)>=0 Note: Don't use if-statements here, only print the result of the expression Example: cout y) is (x == y) is o (x + y) > 0 is 1 C:\Users\User\source epos\Project1\Debug\Project1.exe (process 27072) exited with code 0. Press any key to close this window
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
