giovedì 28 marzo 2013

Q75

Given the code fragment:
             int b = 4;
             b--;
             System.out.println(--b);
             System.out.println(b);
What is the result?
A.
2 2
B.
1 2
C.
3 2
D.
3 3
Risposta A.

Nessun commento:

Posta un commento