A、What shall I do if a customer doesn’t pay up on the due date
B、Yeah, that’s true. It requires great attention.
C、Don’t mention it.
第1题:
A.wonder
B.trouble
C.doubt
D.matter
第2题:
有下列程序段 public class fun { public static void main(String args[]) { char b[]="Hello,you"; b[5] = 0; System.out.println(s); } 执行此程序后,得到的输出结果是( )。
A.Hello, you
B.Hello0you
C.Hello
D.0
第3题:
有下列程序段: #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
第4题:
—What______you _______at ten o' clock yesterday﹖ —I_______ in class.
A、were doing studied
B、was doing was studying
C、were doing was studying
D、was doing studied
第5题:
有下列程序段 public class fun { public static void main(String args[]) { char b[] = "Hello,you"; b[5] = 0; System.out.println(s); } 执行此程序后,得到的输出结果是( )。
A.Hello,you
B.Hello0you
C.Hello
D.0
第6题:
You look() What()you()?
Atire;did;do
Btiring;have;done
Ctired;do;do
Dtired;have;been doing