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