Multiple choice

By using which of the following statements, control is passed to the statement that follows the terminated statement?

  1. Continue

  2. Break

  3. Return

  4. Boxed

  5. Private

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

By using this statement, control is passed to the statement that follows the terminated statement.