|
-
October 15th, 2010, 01:59 PM
#3
Re: Visual Basic
 Originally Posted by azzaq
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|