Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,716

    Re: help needed to know how the code is running

    Actually it is related because it concerns the effects of Numeric Promotions, and this question is a continuation of investigation of the concepts illustrated by the original post in this thread and...
  2. Replies
    9
    Views
    1,716

    Re: help needed to know how the code is running

    In Java for an arithmetic expression involving two char variables, the operands are promoted to ints and the result is an int.

    Then, when you use println("whatever" + (c1+c2)) it prints the...
Results 1 to 2 of 2