Challenge: hasSteed

Here is your first challenge: In the text adventure game, players may acquire a dragon or minotaur they can ride. Define a variable called hasSteed to track whether the player has acquired one. Give the variable an initial state indicating that the player does not have one yet.