//iterate the array for (int i = 0; i < arr.Length; i++) { // loop ... } // or foreach (var element in arr) { // loop ... }