Silly question perhaps, but I am in a debate with a professor to actually how many different loops there are in Visual Basic.
He is saying there are only 2.
Do Loops
For Next Loops
I am making a case since a While..End While Loop is unique since it can be written without any indication of the DO statement. This makes it a unique loop because of its unique syntax.
What is the opinion of the users here ?

