Search:

Type: Posts; User: chronoz13

Search: Search took 0.32 seconds.

  1. Replies
    17
    Views
    10,181

    Re: switch with Enums

    forgive me but i have so many questions.. to avoid confusing,i will state it numerically.

    1.) why are the enums in these switch programs declared as public, not private? is the logic in constant...
  2. Replies
    17
    Views
    10,181

    Re: switch with character

    so i was ryt what im looking for was posted in some of the threads here.. i just coudlnt find it .. i was looking at the tutorials but i didnt find it... haha i forgot that it was sir json's post...
  3. Replies
    17
    Views
    10,181

    Re: switch with character

    oh men.... i didnt notice it sir Java... anyway big thanks to you!!
  4. Replies
    17
    Views
    10,181

    Re: switch with character

    weee tnx for all your help!! yehey! :-*
  5. Replies
    17
    Views
    10,181

    Re: switch with character

    oh no! i forgot to ask how to make an input for it... big sorry for this..:eek:
  6. Replies
    17
    Views
    10,181

    Re: switch with character

    there an error here... cant figure it out..


    public class SomeClass
    {
    public static enum Days {SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY}

    public static void...
  7. Replies
    17
    Views
    10,181

    Re: switch with character

    YAH its exactly like that!!!! tnx helloworld
  8. Replies
    17
    Views
    10,181

    Re: switch with character

    no chris.. i saw something like that in switch statement and some of the variables were enum.. i dont remember exactly the code.. but i think this is where i saw that code..
  9. Replies
    17
    Views
    10,181

    switch with Enums

    if im not mistaken , i saw a post in this forum that shows how to make a switch statement using char
    and i saw some of the parts of the program was declared as enum..

    the cases inside the swithc...
Results 1 to 9 of 9