Question: C++ Question 1: Write a program that reads integers x and y from user, then evaluate the following logical expression: xly x|l y Explain the
Question 1: Write a program that reads integers x and y from user, then evaluate the following logical expression: xly x|l y Explain the difference between the logical expression (x || y) and the bitwise operation (x|y)? Sample session: 2 Microsoft Visual Studio Debug Console Enter a value for x: 25 Enter a value for y: 35 (* 1 y) is 59 (11 y) is 1 :\Users\User\source epos\Projecti\Debug\Project1.exe (process 18276) 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
