Be very careful about initialization

Therefore, when programming in C++, you should always make certain that you purposely store a value into each array element before you access and use the value stored in that element.

Otherwise, you will simply be processing garbage left over in memory from the execution of some previous program.