// Declare the Creature enumerated type.
enum Creature { HOBBIT, ELF, DRAGON }

