With the word int, we can create a number. But we can just as easily create a so-called string, which is a sequence of characters.
Nice job! We start with string followed by a variable name, a = sign and a value in quotation marks.
Aren't we trying to declare a string-type variable this time?