Working With Data Structure (Understanding Enumeration)
Please clearly mention where to add this member
6. With an enumeration defined, you can create new member variables that use the enumeration as their data type. Add this member:
(add the member where Please mention this)
âDeclare variable
Private CurrentState As DayAction
Thanks
|