First page Back Continue Last page Graphics
Enumerations (cont.)
Define a variable of the defined enumeration.
e.g. work_days ThisWeek;
Then, ThisWeek = mon; is correct.
But, ThisWeek = 19; is incorrect.
Practice: test_enum.cpp in inclass.
cout uses produces the value of the enum