When the continue statement is encountered in a loop, all the statements in the body of the loop that appear after it are ignored, and the loop prepares for the next iteration.
+4
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “When the continue statement is encountered in a loop, all the statements in the body of the loop that appear after it are ignored, and the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » When the continue statement is encountered in a loop, all the statements in the body of the loop that appear after it are ignored, and the loop prepares for the next iteration.