Answer :

tonb

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.

Other Questions