"Using a continue in a while loop causes the loop to break the current iteration and start the next iteration of the loop."
Trick question

I answered false, because of the wording. When using continue in a while loop, it causes the loop to break,
the condition be evaluated and
possibly the next iteration will start! So I think the answer is false, not true.
You will now probably tell me something along the lines of "The real exam can contain ambiguous wording too"
