Monday, 9 May 2011

My Programming Term

I have decided I will use "while loops". "While loops are the most fundamental form of a loop and are an easy way to achieve most repetitive task. There are two parts of a while loop. The condition and the body (the code contained by the loop)The condition of the loop is essentially what tells the loop when to stop running, if the loop never stops running your computer will crash".

No comments:

Post a Comment