Search:

Type: Posts; User: Skywola

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,319

    Re: Code Experiment - Why the change?

    Ok, I see, said the blind man . . . .




    a = 10;
    System.out.println("a = " + a);
    f = a++ +a;
    System.out.println("a =" + a + " a = " + a);
  2. Replies
    3
    Views
    1,319

    Code Experiment - Why the change?

    This code is some code that I started out with experimenting, from a bit of code that I
    found in OCA Java SE 7 Certification Guide by Mala Gupta. What puzzles me is the
    output. My question is...
Results 1 to 2 of 2