Judging from this passage, people of the Middle Ages probably ______.A. treated black cats with respectB. treated black cats badlyC. were witches if they had black catsD. thought black cats were beautiful

题目

Judging from this passage, people of the Middle Ages probably ______.

A. treated black cats with respect

B. treated black cats badly

C. were witches if they had black cats

D. thought black cats were beautiful


相似考题
更多“Judging from this passage, people of the Middle Ages probably ______. A. treated blac ”相关问题
  • 第1题:

    He was elevated to the post of prime minister.

    A:pulled
    B:promoted
    C:lifted
    D:treated

    答案:B
    解析:

  • 第2题:

    下面合法的数组声明和构造语句是()

    A.int[] ages = [100]

    B.int ages = new int[100]

    C.int[] ages = new int[100]

    D.int() ages = new int(100)


    int[] array = new int[3] {1,2};

  • 第3题:

    下面哪一个是合法的数组声明和构造语句?()

    A.int[] ages = [100];

    B.int ages = new int[100];

    C.int[] ages = new int[100];

    D.int() ages = new int(100);


    C

  • 第4题:

    下面为合法的数组声明和构造语句的是_______。

    A.int[] ages = [100];

    B.int ages = new int[100];

    C.int[] ages = new int[100];

    D.int() ages = new int(100);


    int[] ages=new int[100]

  • 第5题:

    8、下面合法的数组声明和构造语句是()。

    A.int[] ages = [100]

    B.int ages = new int[100]

    C.int[] ages = new int[100]

    D.int() ages = new int(100)


    int[] ages = new int[100];

  • 第6题:

    下面哪一个是合法的数组声明和构造语句()。

    A.int[] ages = [100];

    B.int ages = new int[100];

    C.int[] ages = new int[100];

    D.int() ages = new int(100);


    int[] ages = new int[100];