We can access characters in a string just like we access elements of an array: with an index.

Awesome work! Just like arrays, string variables are zero-indexed.

Sorry that's not right! Characters in a string are very similar to elements in an array!