Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 11 of 17 [next]
SIJLesson22 Slide11
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, [11 (top)], 12, 13, 14, 15, 16, 17, [Lab]

Notes for Slide 11
Although you would think that the first element of an array variable
should be in location one,
the computer wants to know how far away the element is
from the beginning,
and the first element is a distance of zero from the beginning.
The second most important thing to remember about this tricky
aspect of specifying locations in an array starting at zero
is that the idea does not come from the author of this material!


1, 2, 3, 4, 5, 6, 7, 8, 9, 10, [11 (top)], 12, 13, 14, 15, 16, 17, [Lab]