请在 下方输入 要搜索的题目:

Which of the following statements about the break statement is false? ( )


A、The break statement is used to exit a repetition structure early and continue execution after the loop.
B、A break statement can only break out of an immediately enclosing while, for, do…while or switch statement.
C、The break statement, when executed in a while, for or do…while, skips the remaining statements in the loop body and proceeds with the next iteration of the loop.
D、Common uses of the break statement are to escape early from a loop or to skip the remainder of a switch.

发布时间:2025-06-21 00:53:03
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:The break statement, when executed in a while, for or do…while, skips the remaining statements in the loop body and proceeds with the next iteration of the loop.
专业技术学习
专业技术学习
搜搜题库系统