Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    916

    Re: simple java calculation

    So that you know how to find these things yourself, try searching for 'java precedence' with your favorite search engine. The top 2 results I got from Google are both excellent.
  2. Replies
    5
    Views
    916

    Re: simple java calculation

    An int divided by a larger int, as in:

    int k = 10 / 100;

    What will k be?
  3. Replies
    5
    Views
    916

    Re: simple java calculation

    I assume k and j are ints.

    What is the result of any int divided by a larger int?
Results 1 to 3 of 3