C# Starter (EN)

ВІДЕОУРОК № 6. Loop Constructions

Loop structure - something without which no application can do. In computing we frequently meet operations which have to be repeated several times. You might not want to repeat the same operation a few hundred times. For tasks that require repeated operations, you need to understand the structures that will be studied in this lesson. You will learn what loops are in C# language, learn how to run it and control it.