– Hello, I’m David Chen.Nice to meet you.-- ( )
A、Are you?
B、Nice to meet you too.
C、Yes.
D、Very nice.
第1题:
a. end
b. an end
c. ends
第2题:
I can’t wait ______ the pop singer.
A: met
B: to meet
C: meeting
D: meet
第3题:
– David, you've been losing your temper over nothing lately.– ( ).
A. I haven’t been getting much sleep either
B. You’d better not push yourself too hard, or you’ll get sick
C. I’m sorry. I shouldn’t have blown up like that
D. You’d better do exercises regularly
第4题:
A.satisfy with
B.satisfy
C.meet with
D.meet
第5题:
A.had met
B. have met
C. met
D. meet
第6题:
有下列程序段: #include <iostream> using namespace std; int main() { char b[] = "Hello,you"; b[5] = 0; cout<<b<<end1; return 0; } 执行此程序后,得到的输出结果是( )。
A.Hello,you
B.Hello0you
C.Hello
D.0