Loops
Loops are a powerful way in code to get some necessary task accomplished. In essence a loop, no matter what for it takes, allows you to run a block of code until a specific purpose is accomplished. There are three basic types of loops in C# and we are going to do assignments in each kind so that you can acquire familiarity with them all.