Code QuizBeginner
Accessing Enum Members
Enum members are accessed with dot notation on the enum name, matching the exact member name.
What is the bug when accessing the enum member?
Enum members are accessed with dot notation on the enum name, matching the exact member name.
What is the bug when accessing the enum member?