Easy-peasy! Just like we combine strings with the +
and +=
operators, we can add char
-type values in the same way.
Psst: we can neither add a string to a character nor can we combine two characters in a single char
-type variable.
Whoops! That operator wouldn't really work with strings.