Introduction
Strings hold text in programs. Creating strings lets you work with words, sentences, or any text data.
When you want to store a name or label.
When you need to display messages to users.
When you want to read or write text data.
When you need to compare or manipulate text.
When you want to build sentences from smaller parts.
