To end this cycle and start the next cycle, we should use the ( ) statement.
A: break
B: continue
C: else
D: pass
A: break
B: continue
C: else
D: pass
举一反三
- To jump out of a loop, we should use ______. A: break B: continue C: else D: pass
- 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.
- We should try to _________ (cycle) all our waste paper.
- The stages which a cell passes from one cell division to the next is called () A: cell cycle B: life cycle C: energy cycle D: regeneration<br/>cycle
- The body of a while loop can contain at most one "break" statement and at most one "pass" statement.