Menu
×
×
Correct!
Exercise:Create an enum called myEnum, with 2 constants (myFirstConst, mySecondConst) with default values:
enum myEnum {
myFirstConst,
mySecondConst
};
Not CorrectClick here to try again. Correct!Next ❯enum{ , }; |