Answer :
Answer:
"No".
Explanation:
The if statement evaluates to:
if (true AND false), which is equivalent to if (false), and thus the else clause is evaluated.
Answer:
"No".
Explanation:
The if statement evaluates to:
if (true AND false), which is equivalent to if (false), and thus the else clause is evaluated.