【单选题】【消耗次数:1】
Let’s_______and_______thesunshine.
goingout;enjoying
wentout;enjoyed
goout;enjoy
togoout;toenjoy
参考答案:
复制
纠错
相关题目
【单选题】 Let’s go and do the barbecue,_______?
①  will you
②  shan’t we
③  shall we
【判断题】 A: Let’s go for a walk. B: That’s right.
①  正确
②  错误
【单选题】 15. Let’s go to the movies, _____?
①  shall we
②  shall you
③  will we
④  will you
【单选题】 Let’s [填空] this music, shall we?
①  listen
②  listens
③  listen to
④  listens to
【单选题】 Let’s make it round 9 o’clock.____________
①  No. I think so.
②  I am proud of you!
③  It’s impossible.
④  Would some time later be convenient?
【单选题】 Let’s share the desk [填空] each other.
①  to
②  at
③  with
④  against
【单选题】 Let’s begin our class _________ you are all here.
①  if
②  when
③  since
④  before
【判断题】 A: Let’s go out for a drink after work, OK? B: Why not?
①  正确
②  错误
【单选题】 Let’s get through the work quickly.----seems to be little time left now.
①  It
②  There
③  That
④  We
【单选题】 13.Don’t ______ to let me know if there’s anything I can do for you.
①  thrill
②  hesitate
③  reject
④  puzzle
随机题目
【单选题】 字符常量\n和\\对应的ASCII码为( )。
①  110和92
②  10和92
③  92和92
④  78和47
【单选题】 设有语句“int a=12;a+=a*a;”,则执行结束后,a 的值为( )。
①  12
②  144
③  156
④  288
【单选题】 假定变量m定义为“int m=7;”,则定义p的正确语句为( )。
①  int p=
②  int *p=
③  int
④  int *p=m;
【单选题】 带有随机函数的表达式rand()%20的值在( )区间内。
①  1~19
②  1~20
③  0~19
④  0~20
【单选题】 若x=25,y=10,则计算y=x++表达式后,x和y的值分别为( )。
①  26和25
②  25和26
③  25和25
④  26和26
【单选题】 假定变量m定义为“int m=7;”,则定义p的正确语句为( )。
①  int p=
②  int *p=
③  int
④  int *p=m;
【单选题】 设有语句“int a=12;a+=a*a;”,则执行结束后,a 的值为( )。
①  12
②  144
③  156
④  288
【单选题】 字符串It\s\40an\40apple.\n中包含有( )个字符。
①  21
②  18
③  16
④  15
【单选题】 实数340.25对应的规格化浮点数为( )。
①  340.25
②  34.025e1
③  3.4025e2
④  0.34025e3
【单选题】 若x=5,y=10,则计算y*=++x表达式后,y的值为( )。
①  50
②  40
③  60
④  55