用电普查机构应对用电普查中查出的问题进行()。
参考答案:督促落实
硬件的使用成本、维修时间和费用等都属于其( )。
A.内在特性
B.外在特性
C.经济特性
D.其他方面特性
执行下面的程序段后,x的值为( )。 public class Sun { public static void main(String args[ ]) {int x=5;for(int i=1;i<=20;i=i+2) x=x+i/5;System.out.println(x); } }
A.21
B.22
C.23
D.24