以下代碼輸出的結(jié)果是() int m=2; int n=m++; System.out.println(n);
A.0 B.2 C.3 D.4
A.byte B.short C.long D.boolean
A.0 B.1 C.3 D.2