1.

Determine the output of following code.

A. If a is true and b is true then the output is "A && B"
B. If a is true and b is false then the output is "notB"
C. If a is false and b is true then the output is "ELSE"
D. If a is false and b is false then the output is "ELSE"
Answer» D. If a is false and b is false then the output is "ELSE"


Discussion

No Comment Found