【单选题】【消耗次数:1】
Why not ______with me? Violent exercise might help to shake you out of your disappointment in love.
do some sports
to do some sports
by doing some sports
about to do some sports
参考答案:
复制
纠错
相关题目
【单选题】 If they ___ to do this work, he might do it some other way.
①  were
②  should
③  will
④  can
【单选题】 If they______to do this work,he might do it some other way.
①  were
②  should
③  will
④  can
【判断题】 Do you want some milk?
①  正确
②  错误
【单选题】 1. If they ______ to do this work, he might do it some other way.
①  were
②  should
③  will
④  can
【单选题】 It’s no use just telling me to do it. Suggest some ____ ways to do it.
①  positive
②  belief
③  attitudes
④  shapes
【单选题】 Id like?to?think?I?can?do?some?work?that?will?( )?international?cooperation?andunderstanding.
①  contribute at
②  contribute in
③  contribute of
④  contribute to
【单选题】 27.He asked me to lend him some money, which I agreed to do, ________ that he paid me back the following week.
①  on occasion
②  on purpose
③  on condition
④  only if
【单选题】 ______ a year does your school have sports meeting?Twice a year.
①  How often
②  How soon
③  How long
④  How many times
【单选题】 I hope ___ the little ___ I have been able to do has been of some use.
①  that; that
②  /; by which?
③  what; what
④  /; with which
【单选题】 10.--Do you have ________ athome now, Stella? --No, we still have to get several pounds of fruit and some tea.
①  something
②  everything
③  nothing
④  anything
随机题目
【单选题】 如果表达式++i*k中的“++”和“*”都是重载的友元运算符,若采用运算符函数调用格式,则表达式还可以表示为( )。
①  operator*(i.operator++(),k)
②  operator*(operator++(i),k)
③  i.operator++().operator*(k)
④  k.operator*(operator++(i))
【单选题】 设类A将其它类对象作为成员,则建立A类对象时,下列描述正确的是( )
①  A类构造函数先执行
②  成员构造函数先执行
③  两者并行执行
④  不能确定
【单选题】 面向对象程序设计思想的主要特征中不包括( )。
①  封装性
②  多态性
③  继承性
④  功能分解,逐步求精
【单选题】 下面有关类说法不正确的是()
①  一个类可以有多个构造函数
②  一个类只有一个析构函数
③  析构函数需要指定参数
④  在一个类中可以说明具有类类型的数据成员
【单选题】 下列语句中,将函数int sum(int x, int y)正确重载的是( )。
①  float sum(int x, int y);
②  int sum(int a, int b);
③  float sum(float x, float y);
④  double sum(int y, int x);
【单选题】 类的析构函数是对一个对象进行以下哪种操作时自动调用的是()
①  建立
②  撤销
③  赋值
④  引用
【单选题】 一个类可包含析构函数的个数是( )
①  0个
②  1个
③  至少一个
④  0个或多个
【单选题】 在C++语言中,数据封装要解决的问题是()
①  数据的规范化
②  便于数据转换
③  避免数据丢失
④  防止不同模块之间数据的非法访问
【单选题】 已知类A是类B的友元,类B是类C的友元,则()
①  类A一定是类C的友元
②  类C一定是类A的友元
③  类C的成员函数可以访问类B的对象的任何成员
④  类A的成员函数可以访问类B的对象的任何成员
【单选题】 下列函数不能和函数void print(char)构成重载的是( )
①  int print(int);
②  void print(char,char);
③  int print(char);
④  void print(int,int);