Let's help "Captain Code" use pointers to iterate over his array of favorite languages.

Create a languages array, populate it with languages and use a pointer to go through and display its values.

Pointing at languages isn't that hard, is it? Let's move on!