Page 1 of 1

14. Which of the following statements is FALSE? a) a loop can contain multiple break statements b) The break statement

Posted: Tue Jul 12, 2022 8:17 am
by answerhappygod
14. Which of the following statements is FALSE?
a) a loop can contain multiple break statements
b) The break statement can be placed only in the body of a forloop.
c) The break and continue statements provide control over loopexecution
d) When a break statement is encountered, execution immediatelyexits the loop