CS

C# Loop Through Arrays

You can loop through the array elements with the for loop, and use the Length property to specify how many times the loop should run.