Introduction
The character type lets you store a single letter, number, or symbol in your program. It helps you work with text one piece at a time.
When you want to store a single letter or symbol, like 'a' or '#'.
When you need to check or compare one character in a word or sentence.
When you want to read input from a user one character at a time.
When you want to loop through each character in a string.
When you want to store special characters like emojis or accented letters.