Introduction
Character type stores text like words or sentences so you can work with letters and words in your program.
When you want to save a person's name in your program.
When you need to store a sentence or message to show later.
When you want to keep track of labels or categories like 'red', 'blue', or 'green'.
When you read text data from a file or user input.
When you want to combine or change words in your code.