• 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.
  • A

    内容

    • 0

      Among the following options, the correct descriptions inclue ______. A: pass represents an empty operation, only plays a place-occupied role B: pass can only be used in conditional statements C: For the statement sequence under if, it is allowed that there is only one pass statement D: pass can be used to jump out of the loop statement

    • 1

      Translate the following sentence into Chinese."A profit statement is also known as a profit and loss statement, an income statement, an income and expense statement or an operating statement."

    • 2

      For a job application, you can include a number of elements from your PEP in your personal statement. Which element of your PEP would you NOT include in your personal statement?( ) A: Enterprise statement B: Positioning statement C: Strengths D: 720 feedback E: Identity statement

    • 3

      Suppose you are applying to Harvard and you are asked to provide a personal statement. Which sentence below could appear in your personal statement?

    • 4

      The simplest C selection statement is the one-way if statement.