Answer

We'd have to change the array declaration so that it contains 12 elements (instead of 10), and change both loops so that they iterate from 0 to 11 (instead of 9). Try making the change.

Return to lesson.