Search:

Type: Posts; User: dulitul

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    909

    Re: simple java calculation

    ohhh..right..now I got it. How stupid..it will be 0. It will be 10: 100 and not 100:10.

    How about expressions like

    m = j++ + k. Can you tell me what will be the precedence order and the result...
  2. Replies
    5
    Views
    909

    Re: simple java calculation

    int / int = int

    100:10 = 10 and not 0. This is the way I get it. Could you please clarify what do you exactly mean?
  3. Replies
    5
    Views
    909

    simple java calculation

    Hello guys,

    I am currently learning Java. Excuse me for my stupid question. I have come across an example in my book which I don't quite understand. Can anyone explain me please?

    K has the...
Results 1 to 3 of 3