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?

768

Nice! Like arrays, lists start at an index of 0, not 1.

Whoops! Like arrays, lists start at an index of 0, not 1.