I was reading up on C++, and the site says that if you declare an int array with less values then declared as such
int x[6] = {19, 10, 8};
th