C# While Loop
Tags:
C#
, 2003
, Language
, Beginning
The While Loop is similar to the For loop, but with a major difference: it allows you to still access the variable that is used to evaluate the current itteration. This video highlights this difference and demonstrates is use.