public enum {0,1,8,18} is identifier excpected error??
how may i use 0,1,8,18 in a class at public enum statement
i tried public enum {'0','1','8','18'} //identifier excpected error
and i tried public enum {"0","1","8","18"} //Still error
what must i do, what is the problem?