Just a quick one this week: Why is it that you cannot use enum constants in a switch statement's cases without first casting them to type int? Often you will want to use Enum constants as case labels in switch statements. Sometimes, the compiler will