While Loops

From CompSciWiki
Revision as of 16:30, 20 February 2007 by Umpet007 (Talk | contribs)

Jump to: navigation, search

Introduction

The while loop is a special form of loop that will continue to repeat as long as the test condition evaluates to false.

Syntax

Test Condition

Uses