#4

I may have my terminology off here, but a do while loop is a post test loop, whereas a while loop is a pretest loop. That being, a do while loop will always execute at least once and then check the condition, whereas a while loop checks the condition then performs its tasks.
Reply


Messages In This Thread
do - by CyNiC - 06.02.2011, 17:21
Re: do - by dice7 - 06.02.2011, 17:27
Re: do - by Finn - 06.02.2011, 17:29
Re: do - by iFriSki - 06.02.2011, 17:45
Re: do - by Miguel - 06.02.2011, 18:25
Re: do - by CyNiC - 06.02.2011, 23:42

Forum Jump:


Users browsing this thread: 1 Guest(s)