Introduction
Strings let us work with words, sentences, and any text in programs. They help us store and show messages, names, and other text information.
When you want to store a person's name in a program.
When you need to display a message to the user.
When you want to read and save text from a file.
When you need to send or receive text data over the internet.
When you want to combine words or sentences together.