Search:

Type: Posts; User: TP-Oreilly

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,293

    Re: Evaluation of operators in expressions.

    1 % 2 is 1 when i tested it, so yeah it'll evaluate to 3, but how does it evaluate to that, obviously it does, but atm i'm not understanding why. 1 devided 2 is .5, so can you tell me how it...
  2. Replies
    7
    Views
    1,293

    Re: Evaluation of operators in expressions.

    So what is the remainder of 1 % 2?
  3. Replies
    7
    Views
    1,293

    Re: Evaluation of operators in expressions.

    Well you do multiply first right? So it evaluates to 1 % 6, but that cant be right?

    What is the right way of evaluating this?
  4. Replies
    7
    Views
    1,293

    Evaluation of operators in expressions.

    Hi, I'm at the stage in my book where it teaches me the order of evaluation with operators.

    It says 1 % 2 * 3 evaluates to 3.

    I cant work out how this is true?
Results 1 to 4 of 4