Let's look at a different way of creating strings, shall we? If we have a bunch of characters lying around, we can use the string class constructor.

Nice! We've discovered a new type: char. We write char-type values in single quotation marks and use them for single characters.