Allen Chou says to YSITD #include <iostream> int array[10] = {0}; std::cout << array << "\n"; std::cout << array + 20;