以下程序代码的输出结果是( ) int a = 2; System.out.print( a++); System.out.print( a); System.out.print(++a);
·3 3 3
·3 3 4
·2 3 4
·2 3 3
出自:佳木斯大学语言治疗学