Following conditional statement becomes FALSE when if x11 a
Following conditional statement becomes FALSE when if ((x<5) || (y >11 ))
a. x = 3 and y = 10
b. x = 5 and y = 11
c. x = 6 and y = 12
d. x = 3 and y= 12
Solution
For option B
The statement Fail because 3 is not less than 3
And 11 is not greater than 11 hence the statement Fails .
