Knowing the size of an array can help us get its last element.

Try getting the last element of the luckyNumbers array.

Great work! We can get the last element using the size of an array minus 1 as the index.

Oh no! Wouldn't that be an index out of bounds, since indices start at 0?