Q. What’s wrong? while( (i < 10) && (i > 24)) (A) the test condition is always true (B) the test condition is always false (C) the while loop is an exit-condition loop (D) the logical operator && cannot be used in a test condition ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) the test condition is always true