yaman bas

yaman bas

  • NA
  • 5
  • 0

public enum {0,1,8,18} is identifier excpected error??

Jun 7 2010 6:09 PM

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?

Answers (3)