10. What is wrong in the following
statement? while (i < 10) && (i>25)
o
a) The logical operator && cannot be
used in a test condition
O
b) the while loop is an exit condition
loop
c) the test condition is always false
d) the test condition is always true
Answers
Answered by
0
Answer:
c) the test condition is always false
Explanation:
if i < 10 it is never be > 25 at the same time!!!-
Answered by
0
Answer:
b. the answer is the while loop is in a exit condition
Similar questions