Q.

What’s wrong? while( (i < 10) && (i > 24))

A. the logical operator && cannot be used in a test condition
B. the while loop is an exit-condition loop
C. the test condition is always false
D. the test condition is always true
Answer» D. the test condition is always true
5.4k
0
Do you find this helpful?
20

Discussion

No comments yet