更多“The( )structure describes a process that may be repeated as long as a certain remains true ”相关问题
  • 第1题:

    下面均为Java关键字的一组是()

    A、boolean,byte,long,true

    B、byte, long,true,goto

    C、goto ,Boolean,byte,true

    D、bool, long,true,auto


    答案:A

  • 第2题:

    第59题答案是__________

    A.cares
    B.matters
    C.depends
    D.remains

    答案:B
    解析:
    道歉者是全部还是部分承担责任这些都不太重要,关键是为所作所为主动负责,这也能促使别人共同承担责任。根据语境,选B。排除其他选项。

  • 第3题:

    She read a poem which depicts the splendor of the sunset.

    A:declares
    B:asserts
    C:announces
    D:describes

    答案:D
    解析:
    本句意思:她读了一首描绘落日壮观景象的诗。depict描绘,描画。describe描写;de- clare宣告;assert断言;announce宣布,发表。

  • 第4题:

    The bill of lading cannot vary or add to the terms of the charter-party unless it ______ an express provision to that effect.

    A.obtains

    B.detains

    C.contains

    D.remains


    正确答案:C

  • 第5题:

    This poem depicts the beautiful scenery of a town in the South.

    A: praises
    B: writes
    C: imitates
    D: describes

    答案:D
    解析:
    句意为:这首诗描写的是南方一个小城镇的美景。depict和describe是同义词,都是“描写”的意思,praise意为“表扬、赞美” ; imitate意为“模仿”。

  • 第6题:

    判断输入的正整数中是否有重复的数位。 bool has_digits_repeated(unsigned int n) { // 请将代码写在此处, 答案应该是整个完整has_digits_repeated函数 }


    正确