A string is an ordered collection of characters. If we need a variable to hold a single character and nothing more, we can make use of the char type.

Sweet! We write char-type values in between single quotation marks so they're not considered as strings.

Wait, didn't we want to make myChar a char-type variable?