【单选题】【消耗次数:1】
A: Ive got a really bad cough. B: [填空]
Why are you so careless about yourself?
This kind of thing happens to everyone.
You should take good care of yourself.
Oh, thats too bad. Why dont you take some aspirin?
参考答案:
复制
纠错
相关题目
【单选题】 If you_______have a rest, you will have a bad cough.
①  won’t
②  wouldn’t
③  don’t
【判断题】 A: How have you been these years? B: Not too bad.
①  正确
②  错误
【单选题】 Ive been telling you_____not to do that,but you neve listened to me.Thats why you got into trouble.
①  at times
②  time before time
③  time and again
④  for the time being
【单选题】 A: Why did your boss shout at you? B: [填空]. He was just in a bad mood.
①  Nothing in particular
②  who knows
③  You said it
④  Im quite surprised
【判断题】 A: Why didnt you come here earlier? B: Thats a good idea.
①  正确
②  错误
【单选题】 A: Why did you tell the whole world about my past? B: [填空].
①  Well, I apologize. I got all excited
②  I guess it doesnt matter that much
③  Oh well, its done now. I cant help
④  I dont think you should complain
【单选题】 A: Thank you. Dont trouble yourself. Im not thirsty at all. B: [填空] you wouldnt like a cold beer, or a coke?
①  Can you tell
②  Do you think
③  Do you mean
④  Are you sure
【判断题】 If you put yourself in the customers shoes, you may realize why the thing isnt selling.划线部分应该翻译成“把鞋送到顾客家里”
①  正确
②  错误
【单选题】 A: Must I take a train? B: No, you [填空]. You can take a plane.
①  dont
②  must not
③  dont have to
④  can not
【单选题】 A: Ive got your invitation. B: Oh, good. [填空]
①  Thanks a lot.
②  Ill take it.
③  Can you come?
④  May I help you?
随机题目
【单选题】 在下面循环语句中循环体执行的次数为()。 int i=0,s=0; while(s20) {i++; s+=i;}
①  4
②  5
③  6
④  7
【单选题】 当处理特定问题时的循环次数已知时,通常采用()来解决。
①  for循环
②  while循环
③  do循环
④  switch语句
【单选题】 switch语句能够改写为()语句。
①  for
②  if
③  do
④  while
【单选题】 C++程序从上机到得到结果的几个操作步骤依次是()。
①  编译、编辑、连接、运行
②  编辑、编译、连接、运行
③  编译、运行、编辑、连接
④  编辑、运行、编辑、连接
【单选题】 设”int a=12;”,则执行完语句”a+=a*a;”后,a的值是()。
①  12
②  144
③  156
④  288
【单选题】 程序运行中需要从键盘上输入多于一个数据时,各数据之间应使用()符号作为分隔符。
①  空格或逗号
②  逗号或回车
③  逗号或分号
④  空格或回车
【单选题】 存储以下数据,占用存储字节最多的是()。
①  0
②  ‘0’
③  “0”
④  0.0
【单选题】 假设在程序中 a、b、c 均被定义成整型,所赋的值都大于1,则下列能正确表示代数式的表达式是()。
①  1.0/a*b*c
②  1/(a*b*c)
③  1/a/b/(float)c
④  1.0/a/b/c
【单选题】 可用作C++语言用户标识符的一组标识符是()。
①  voiddefine+WORD
②  a3_b3_123YN
③  for-abcCase
④  2aDOsizeof
【单选题】 字符串”a+b=12\n”的长度为()。
①  6
②  7
③  8
④  9