Search:

Type: Posts; User: fahman_khan75@yahoo.com

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    769

    Re: Enum questions

    Lol, I already tried figuring out or else I wouldn't have posted it here, frankly speaking. My guess is that "Monday" is being stored in that variable instead of 1. I'm highly positive of this but is...
  2. Replies
    4
    Views
    769

    Enum questions

    The following code
    enum Days {Sunday, Monday, Tuesday);

    Days workday= day.monday; simple question members, though not for me. What is being stored in the variable workday? Is the value of Monday...
Results 1 to 2 of 2