Multiple choice

Which of the following statements terminates the closest enclosing loop or switch statement in which it appears?

  1. Break

  2. Continue

  3. If

  4. Switch

  5. Private

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

This statements terminates the closest enclosing loop or switch statement in which it appears.