Introduction
Strings let us store and use words or sentences in our programs. Literal types help us write these words directly in the code.
When you want to store a name or message in your program.
When you need to show text to the user.
When you want to combine words or sentences.
When you want to write a fixed phrase or word directly in your code.
When you want to create a string that includes special characters like new lines.