Introduction
String variables let you store words or sentences to use later in your script.
To save a user's name and greet them.
To hold a file path for easy reuse.
To keep a message that you want to print multiple times.
To store command output for processing.
To build a sentence from smaller parts.