Difference between revisions of "While Loops"

From CompSciWiki
Jump to: navigation, search
(Introduction)
Line 5: Line 5:
  
  
===Test Condition===
+
==Test Condition==
  
  
===Uses===
+
==Uses==

Revision as of 16:19, 20 February 2007

While Loops

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