• 2022-06-07
    To jump out of a loop, we should use ______.
    A: break
    B: continue
    C: else
    D: pass
  • A

    内容

    • 0

      Now that we are both willing to continue our cooperation, we should take action to _____ out the misunderstandings between us.

    • 1

      在()和()的循环中,要仔细检查()、()语句的使用,避免产生类似goto语句的问题 A: if else continue break B: for if continue break C: for while continue break D: if while continue break

    • 2

      Now that we are both willing to continue our cooperation, we should take action to _____ out the misunderstandings between us. A: carry B: eak C: iron D: take

    • 3

      We need not jump the ______; rather, we should look at things a bit deeper.

    • 4

      终止整个循环体用什么语句?() A: if B: else C: break D: continue