【单选题】【消耗次数:1】
Im not quite sure whether it[填空] tomorrow.
rain
rains
raining
wil rain
参考答案:
复制
纠错
相关题目
【单选题】 A: I feel quite sick, doctor. B: [填空] A: Im not sure, but I have got a bad headache.
①  How long have you been sick?
②  Im sorry to hear that
③  How are you feeling now?
④  Do you have a fever?
【单选题】 It’s [填空] to rain.
①  going
②  come
③  coming
④  has
【判断题】 A: If it doesnt rain tomorrow, we will visit the Great Wall. B: Well done.
①  正确
②  错误
【单选题】 Not until the rain stopped [填空]the room.
①  did he leave
②  he left
③  left he
④  did leave he
【单选题】 It is _____ to rain.
①  likely
②  liked
③  may be
④  like
【单选题】 After so many weeks without rain, the ground quickly _____the little rain that fell last night.
①  skipped
②  soaked
③  retrieved
④  absorbed
【单选题】 9. -You’d better not go out now. It’s raining. -It doesn’t matter. My new coat can keep ______ rain.
①  in
②  of
③  with
④  off
【单选题】 The rain was heavy and ____ the land was flooded.
①  consequently
②  continuously
③  constantly
④  consistently
【单选题】 It is going to rain. The sky is getting _________ and ________.
①  dark, dark
②  darker and darker
③  darkest and darkest
④  dark and darker
【单选题】 A: Are you ready for the test tomorrow? B: [填空] A: Come on, I am sure you will do well.
①  Why do you ask?
②  No. Im afraid not.
③  Sure, no problem.
④  What about you?
随机题目
【单选题】 Java application中的主类需包含main方法,main方法的返回类型是什么?( )
①  int
②  float
③  double
④  void
【单选题】 下面哪一个是合法的数组声明和构造语句( )
①  int[] ages = [100];
②  int ages = new int[100];
③  int[] ages = new int[100];
④  int() ages = new int(100);
【单选题】 下列选项中关于java中super关键字的说法错误的是( )
①  super关键字是在子类对象内部指代其父类对象的引用
②  super关键字不仅可以指代子类的直接父类,还可以指代父类的父类
③  子类可以通过super关键字调用父类的方法
④  子类可以通过super关键字调用父类的属性
【单选题】 设有下面两个赋值语句: a = Integer.parseInt(“12”); b = Integer.valueOf(“12”).intValue(); 下述说法正确的是( )。
①  a是整数类型变量,b是整数类对象。
②  a是整数类对象,b是整数类型变量。
③  a和b都是整数类对象并且值相等。
④  a和b都是整数类型变量并且值相等。
【单选题】 在Java中,456属于( )类的对象。
①  int
②  String
③  Integer
④  Number
【单选题】 Java是从( )语言改进重新设计。
①  Ada
②  C++
③  Pasacal
④  BASIC
【单选题】 编译Java程序的命令是: ( )
①  appletviewer
②  javac
③  java
④  javadoc
【单选题】 下列关于基本数据类型的取值范围的描述中,正确的一个是( ) 。
①  byte 类型的取值范围是-128~128
②  boolean 类型的取值范围是真或假
③  char 类型的取值范围是 0~65536
④  short 类 型 的 取 值 范 围 是 -32767 ~ 32767
【单选题】 以下关于继承的叙述正确的是( )。
①  在Java中类只允许单一继承
②  在Java中一个类只能实现一个接口
③  在Java中一个类不能同时继承一个类和实现一个接口
④  在Java中接口只允许单一继承
【单选题】 以下声明合法的是( )
①  default String s;
②  public final static native int w( )
③  abstract double d;
④  abstract final double hyperbolicCosine( )