Answers

Question and Answer:

  Home  VB .Net

⟩ What happens when you encounter a continue statement inside the for loop?

The code for the rest of the loop is ignored, the control is transferred back to the beginning of the loop.

 219 views

More Questions for you: