Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 do loops
Index -> Programming, Java -> Java Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
magicman




PostPosted: Thu Jun 01, 2006 11:39 am   Post subject: do loops

WTF are they... i to use them in a project and i have no clue what they are, ive never used them...

are there topics made about them...
Sponsor
Sponsor
Sponsor
sponsor
wtd




PostPosted: Thu Jun 01, 2006 11:43 am   Post subject: (No subject)

http://java.sun.com/docs/books/tutorial/java/nutsandbolts/while.html
zylum




PostPosted: Thu Jun 01, 2006 11:44 am   Post subject: (No subject)

do-while loops are similar to while loops except for the fact that the code in a do-while loop gets executed atleast once before the condition is checked, whereas in a while loop, the condition is first checked before any code gets executed.
Display posts from previous:   
   Index -> Programming, Java -> Java Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: