A.hope
B.prefer
C.expect
D.want
第1题:
-Would you like to go to the cinema?
-I'd _____to go to the museum.
A. rather
B. Prefer
C. have
第2题:
第3题:
I've got a lot of photos of my traveling. Would you ( )them?
A. like to see
B. like seeing
C. like see
第4题:
第5题:
A.am
B.do
C.have
第6题:
下面程序输出的结果是( )。 #include<iostream> using namespace std; void main() { char ch[][8]={"good","better","best"}; for(int i=1;i<3;++i) { cout<<ch[i]<<endl; } }
A.good better
B.better best
C.good best
D.good