niusouti.com

I don’t want to be a normally person!” 75.

题目

I don’t want to be a normally person!” 75.


相似考题
参考答案和解析
正确答案:
I don’t want to be a normally person!”        75. normal
更多“I don’t want to be a normally person!”75. ”相关问题
  • 第1题:

    –– Host: Jack, come and sit in the sofa. Dinner will be ready in a minute. Could I get you something to drink?

    –– Guest: ____.

    A: No, don ’t trouble. I ’ve drunk enough

    B: No, you couldn't. I'm not thirsty

    C: Yes, you could. I ’d like some Coca cola

    D: Yes, please. I'd like some Sprite


    参考答案:D

  • 第2题:

    I’d rather you ____ come here to see the film. It’s really long and boring.

    A. haven’t

    B. don’t

    C. didn’t

    D. hadn’t


    正确答案:C

  • 第3题:

    I’d rather you ________ make any comment on the issue for the time being.

    A) don’t     B) wouldn’t     C) didn’t            D) shouldn’t    

     


    选C
    would rather that……"宁愿……",that从句中用过去时表示现在或将来要做的事。

  • 第4题:

    I______to be a scientist when I______ a boy.

    A、wanted, was

    B、want, am

    C、wanted, am

    D、want, was


    正确答案:A

  • 第5题:

    下列程序中需要清理动态分配的数组,划线处应有的语句是_______。 include class pers

    下列程序中需要清理动态分配的数组,划线处应有的语句是_______。

    include<iostream.h>

    class person

    {

    int age,tall;

    public:

    person( ){age=0;tall=40;cout<<"A baby is born."<<endl;}

    person(int i){age=i;tall=40;cout<<"A old person."<<endl;}

    person(int i,int j){age=i;tall=j;cout<<"a old person with tall."<<endl;)

    ~person( ){cout<<"person dead."<<endl;}

    void show( )

    {

    cout<<"age="<<age<<",tall="<<tall<<endl;

    }

    };

    void main( )

    {

    person*ptr;

    ptr=new person[3];

    ptr[0]=person( );

    ptr[1]=person(18);

    ptr[2]=person(20,120);

    for(int i=0;i<3;i++)

    ptr[i].show( );

    ______

    }


    正确答案:delete[]ptr;
    delete[]ptr; 解析:本题考察对象数组的销毁方法,注意删除对象数组时,[]内不要指定大小。

  • 第6题:

    -- Ann is in hospital.

    -- Oh, really? I __ know. I __ go and visit her.

    A. didn’t; am going to B. don’t; would

    C. don’t; will D. didn't; will


    正确答案:D