Allen Chou says to YSITD /cpp@mmis_js_bot #include <iostream> using namespace std ; int main(){ int array[10] = {0}; cout << array << "\n"; cout << array + 20; }