Help me with correct use of Switch-Case Operator - page 2

 
I think you are just learning how enums and switch/case can be viewed as two sides of one coin. Enums are really predestined for use in switch/case.

Enums are basically numbers represented by words. A number within a set of enums is unique, 

One question: Why are you not using the standard enum timeframes?
 
Anil Varma #: Can you let me know how to include other user also in the reply ?

Click on Reply not Add.