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
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
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