VB .Net Question: Download VB .Net PDF

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

Tweet Share WhatsApp

Answer:

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

Download VB .Net PDF Read All 69 VB .Net Questions
Previous QuestionNext Question
Whats different about switch statements in C#?How can you sort the elements of the array in descending order?