- Hello, Sally. What’s the matter with you You look worried. -()A、What shall I do if a customer doesn’t pay up on the due dateB、Yeah, that’s true. It requires great attention.C、Don’t mention it.

题目
- Hello, Sally. What’s the matter with you You look worried. -()

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.


相似考题
更多“- Hello, Sally. What’s the matter with you You look worried. -() ”相关问题
  • 第1题:

    It’s no________that you failed in the exam. You’re always being so careless.

    A.wonder

    B.trouble

    C.doubt

    D.matter


    参考答案:A

  • 第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


    正确答案:C
    解析:本题常见的错误答案是:字符数组b初始化后,得b[5]=',',执行b[5]=0后,用0代替b[5]中的','即可。最后输出整个字符串:Hello0you。下面是正确解答:在C++语言中规定以字符'\0'作为字符串结束标志,语句b[5]=0就相当于语句b[5]='\0',即在数组b的b[5]上加了字符串结束标志,故执行该语句后,数组中存放的内容变为Hello。

  • 第3题:

    有下列程序段:include using namespace std;int main() { char b[]= "Hello,you"; b[

    有下列程序段: #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


    正确答案:C
    解析:本题考核字符数组的特性。本题表面上看起来很简单,其实不然,出题者在题中隐藏了一个陷阱。常见的错误答案是:字符数组b初始化后,得b[5]='',执行“b[5]=0;”后,把0代替b[5]中的','即可。最后输出整个字符串“Hello0you”。下面是正确解答:在C++语言中规定:以字符’0’作为字符串结束标志。语句“b[5]=0;”就相当于语句b[5]='\0',即在数组b的b[5]加上了字符串结束标志,故执行该语句后,数组中存放的内容变为Hello。

  • 第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


    正确答案:C

  • 第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


    正确答案:C
    解析:本题常见的错误答案是:字符数组b初始化后,得b[5]=',',执行b[5]=0后,用0代替b[5]中的','即可。最后输出整个字符串:Hello0you。下面是正确解答;在C++语言中规定以字符'\0'作为字符串结束标志,语句b[5]=0就相当于语句b[5]='\0',即在数组b的b[5]上加了字符串结束标志,故执行该语句后,数组中存放的内容变为Hello。

  • 第6题:

    You look() What()you()?

    Atire;did;do

    Btiring;have;done

    Ctired;do;do

    Dtired;have;been doing


    D