Values and Variables
We’ve already used string values (e.g. “hello world” or “enter a number: ”)
And we’ve already learned how to declare string variables (e.g. char str[size] is an array of characters capable of holding a string with size-1 or fewer characters)