- Which Of The Following Expression Will Return True If Either X Y Is True Or A B Is True O A X Ylla B O B Oc O D 1 (9.44 KiB) Viewed 19 times
Which of the following expression will return true if either x>y is true or aylla
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following expression will return true if either x>y is true or aylla
Which of the following expression will return true if either x>y is true or a<b is true. O a. (x>ylla<b) o b. OC O d. !(x>y&&a<b) (x>y || a<b) (x>y&&a<b)