Search:

Type: Posts; User: codesmuggler

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    2,809

    Re: Help with switch statements

    So what's the problem, if you have already written it? :)
  2. Replies
    4
    Views
    2,809

    Re: Help with switch statements

    Aw snap.
    Use if statements instead... :)


    if(hours => 1 && hours < 13) print no better plan
    else if(hours => 13 && hours < 27) print B
    etc

    Switch doesn't make any sense here.
Results 1 to 2 of 2