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