Posts tagged with "while"

Control Flow Introduction (Part2) 0

The while statement The while statement is one way of allowing us to execute program statements a certain number of times. This is useful for cutting down on the amount of code u need to write. Its use is to control the execution of code given a test. Unlike the if statement the while statement

Control Flow Introduction (Part1) 0

The while statement The while statement is one way of allowing us to execute program statements a certain number of times. This is useful for cutting down on the amount of code u need to write. Its use is to control the execution of code given a test. Unlike the if statement the while statement

Home | Advertise | About | Contact | Legal © Oli Warner 2001—2007 Proud 9rules member