Wouldn't it be great if we could append a string to an existing string?

Let's use += to append to the question string.

Awesome work! The += operator takes the question string and appends " where is the cat?" to it.

Oh noes! We need the += operator to append one string to another.