Menu
×
×
Correct!
Exercise:Create an enum called myEnum, with 2 constants (myFirstConst, mySecondConst) with the string values "first" and "second":
enum @(6) {
@(12) = "@(5)",
@(13) = "@(6)"
};
enum myEnum {
myFirstConst = "first",
mySecondConst = "second"
};
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 30 exercises.
Are you sure you want to continue?