James58899 says to YSITD /cpp #include <iostream> int array[10] = {0}; cout << array << "\n"; cout << array + 20;