Variables are containers that we use to temporarily store values.
These variables can be text, numbers, and complex data like equations.
Variables are started with a $. Only letters and the underscore ( _ ) can follow the $, but
any combination of letters, number, and the underscore ( _ ) can be used for the variable name.
Hello, my first name is Jennifer and my last name is Kiefer.
It is nice to meet you.