联系市区各主要地区、主要的近郊区、卫星城镇、主要对外公路是主干路()
参考答案:错
Go __ the second street then turn right.[ ]
A. straight
B. along
C. on
D. for
下列程序执行后,k的值是( )。 public class TestDemo { public static void main(String args[ ]) { int m=3,n=6,k=0; while((m++)<(--n) ) ++k; System.out.println(k); } }
A.final
B.this
C.super
D.static