// for (int i = 0; i < 5; i++) { // Loop through each index of the array // cout << "Element at index " << i << " is " << numbers[i] << endl; ...