G3520C燃气发动机发电机功率为1879KW。()
参考答案:对
What ___ interesting book it is?
A.a
B. an
C. the
D. /
若有如下程序: public class Test { public static void main (String[] args) { int x=20; if (x>10) System.out.print(x-=5); if (x>5) System.out.print(x--); } }则程序运行后的输出结果是 【12】 。