Fill-in-the-Blank and Short Answer
Indicate whether each of the following enumerated data type definitions is valid or invalid. If it is invalid, tell what is wrong with it.
A) enum Holiday { Easter, Halloween, Thanksgiving, Christmas };
B) Enum Holiday { Easter, Halloween, Thanksgiving, Christmas };
C) enum Holiday { "EASTER", "HALLOWEEN", "THANKSGIVING", "CHRISTMAS" };
D) enum Holiday { EASTER, HALLOWEEN, THANKSGIVING, CHRISTMAS } nextHoliday;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.