Answer

In the declaration of ``n'', notice that the variable name is followed by the number ``10'' in square brackets. This signifies that ``n'' is an array of 10 elements.

Return to lesson.