A. here and there
B. there and here
C. up and down
D. down and up
第1题:
A.Is
B.Was
C.Were
第2题:
A. goodmorning
B. "good"+"morning"
C. good morning
D. good+morning
第3题:
第4题:
下面程序的运行结果是 #include<stdio.h> main() { char a[]="morning",t; int i,j=0; for(i=1;i<7;i++) if(a[j]<a[i])j=i; t=a[j]; a[j]=a[7]; a[7]=a[j]; puts[a];}
A.mrgninr
B.mo
C.moring
D.morning
第5题:
第6题:
‘Good’ + morning的结果为:‘Good morning’。
A对
B错