Quote Originally Posted by azzaq View Post
2. How many times does the following loop iterates?

intX = 20
Do While (intX > = 1)
intX = intX + 1
Loop

Are U crazy? It will iterate while intX>=1. Pizdets!