for Loop (C#)

A for loop in C# repeats a block of code a set number of times using a counter. It packs the start value, the continue condition, and the step into one line.