• 2022-05-27
    Which of the following statements about break statements is incorrect?
    A: A break statement can appear in an if statement and is used to end the if statement.
    B: A break statement can appear in a loop statement or a switch statement.
    C: A break statement can be used to exit a switch statement.
    D: Multiple break statements can appear in the loop body of a loop statement.