Code QuizBeginner
Numeric Enum Initialization
Explicitly initialized numeric enum members must use assignment, not object-style colons.
What is the bug in this enum declaration?
Explicitly initialized numeric enum members must use assignment, not object-style colons.
What is the bug in this enum declaration?