Multiple choice

The statement which makes a while loop to skip statements in the current iteration and goes straight to while condition checking.

  1. Break

  2. Continue

  3. Skip

  4. None

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

null