This example shows how to get the index of an array in a C# for loop. I am using an ArrayList class to add objects to an array. You can add, remove, or search for array elements using an ArrayList. Since the ArrayList class is untyped, you can use it to store any element, including numbers, strings,
Read More