string 
A string is a sequence of characters.
Strings are used when we need to pass text into a method.
Argument
“text”
A string is denoted by surrounding a group of letters with double quotes
Example
#creates the string Hello World
"Hello World"
