while i 24-02644
while(i < 10) && (i > 24))
This multiple choice question (MCQ) is related to the book/course
vu cs201 Introduction to Programming.
It can also be found in
vu cs201 Final Term - Quiz No.13.
while(i < 10) && (i > 24))
the logical operator && cannot be used in test condition
the while loop is an exit-condition loop
the test condition is always true
the test condition is always false