Explore Library
QuizBeginner

Auto-incrementing Enum Values

Learn how numeric enum members auto-increment when no value is assigned.

Given `enum Direction { Up, Down, Left, Right }`, what is the value of `Direction.Left`?