

MCQOPTIONS
Saved Bookmarks
1. |
What's wrong? while( (i < 10) && (i > 24)) |
A. | a. the logical operator && cannot be used in a test condition |
B. | b. the while loop is an exit-condition loop |
C. | c. the test condition is always false |
D. | d. the test condition is always true |
Answer» E. | |