
- 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 20 times
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)