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