Q46
Point out the wrong statement?
A.
for will execute a loop a fixed number of times
B.
break will execute a loop while a condition is true
AnswerC.
if and else tests a condition and acting on it
D.
break is used to break the execution of a loop
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board