Good morning, Sunshine Community Center ! May I help you?()A. I'd like to book one air ticket.B. I'm glad to introduce myself to you.C. I need a plumber to repair the water pipe in my kitchen.

题目

Good morning, Sunshine Community Center ! May I help you?()

A. I'd like to book one air ticket.

B. I'm glad to introduce myself to you.

C. I need a plumber to repair the water pipe in my kitchen.


相似考题
更多“Good morning, Sunshine Community Center ! May I help you?()A. I'd like to book one ”相关问题
  • 第1题:

    执行下列程序,显示的结果是【 】。

    ne="WORK"

    two=""

    a=LEN(one)

    i=a

    DO WHILE i>=l

    two=two+SUBSTR(one,i, 1)

    i=i-1

    ENDDO

    ?two


    正确答案:KROW
    KROW 解析:DO WHILE—ENDDO语句格式:
    DO WHILE条件>
    语句序列1>
    [LOOP]
    语句序列2>
    [EXIT]
    语句序列3>
    ENDDO
    执行该语句时,先判断DO WHILE处的循环条件是否成立,如果条件为真,则执行DO WHILE与ENDDO之间的命令序列(循环体)。当执行到ENDDO时,返回到DO WHILE,再次判断循环条件是否为真,以确定是否再次执行循环体。若条件为假,则结束该循环语句,执行ENDDO后面的语句。
    而常用函数中:LEN(字符表达式):返回一个字符串的长度,返回值是数值型。
    SUBSTR(字符表达式,起点位置[,长度]):在一个字符串中,从指定位置起返回给定长度的子串,返回值是字符型。

  • 第2题:

    以下程序的运行结果为:public class Test{public static void main(String argv[ ]){System.out.println("good"+"morning");}}

    A. goodmorning

    B. "good"+"morning"

    C. good morning

    D. good+morning


    正确答案:A

  • 第3题:

    ‘Good’ + morning的结果为:‘Good morning’。

    A

    B



  • 第4题:

    下面程序的运行结果是includemain(){char a[]="morning",t; int i,j=0; for(i=1;i<7;i

    下面程序的运行结果是 #include<stdio.h> main() { char a[]="morning",t; int i,j=0; for(i=1;i<7;i++) if(a[j]<a[i])j=i; t=a[j]; a[j]=a[7]; a[7]=a[j]; puts[a];}

    A.mrgninr

    B.mo

    C.moring

    D.morning


    正确答案:B
    解析:本题考查了一维数组元素的引用方法。题中数组a为一字符串数组,通过数组首地址和下标可以引用数组中的每个元素。因为字符数组相当于字符串,所以可以用字符串输出函数puts()来输出字符数组中的各个字符。

  • 第5题:

    ――I've got your invitation.Oh,good.――____

    A.Can you come?
    B.Thanks a lo
    C.I'll take i
    D.May I help you?

    答案:A
    解析:
    暂无解析

  • 第6题:

    I () help. I can do it myself.

    Aneed    to

    Bdon’t    need

    Cneedn’t

    Dneed


    B