We'll have a look at what classes really are later in the course, for now let's see how we would create a string using the String class.

Good job! Pretty straight forward, we declare the type, give the name and then initialize with a value.

What we're doing here is creating a new instance of the classstring.

Whoops, we don't want an int!