Search:

Type: Posts; User: camel-man

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,482

    Well not really? lol I mean is not that the...

    Well not really? lol I mean is not that the correct syntax? Now whether or not that is logically the right way about doing this is extremely questionable :)
  2. Replies
    12
    Views
    1,482

    while(op == + || - || * || /) must be written...

    while(op == + || - || * || /)
    must be written this way

    while(op == '+' || op == '-' || op == '*' || op == '/')
Results 1 to 2 of 2