If the last element of a list has an index of 7, what's the value of the list's Count property going to be?
7
Count
Nice! Like arrays, lists start at an index of 0, not 1.
0
1
Whoops! Like arrays, lists start at an index of 0, not 1.