Lesson 5: String

What is a string? When you want something to show up EXACTLY how you want it... Go with a string.

A string is the thing in quotes (Single quotes or double quotes, it doesn't matter as long as it's consistent).
So,

"HELLO HI HOW ARE YOU" ==> is a string
HELLO HI HOW ARE YOU ==> is a big fat error.

Complete and Continue