The large wings of that bird _________ it to fly very high and fast. A.makeB.enableC.forceD.realize
The large wings of that bird _________ it to fly very high and fast.
A.make
B.enable
C.force
D.realize
相关考题:
Which of the following words has gone through the semantic change of subjectification? A.cornB.gossipC.maidD.very
The more the young students worked, the ________ energetic they became.A: muchB: moreC: mostD: very
Becauseofthe_____emphasisplacedonclassroomwork,theinstructorwillreportyourabsencestotheadviser.(A)large(B)strong(C)hard(D)high
emphasis placed 选择 Becauseofthe_____onclassroomwork,theinstructorwillreportyourabsencestotheadviser.(A)large(B)strong(C)hard(D)high
3.对于如下代码,下列哪个叙述是正确的? public class E{ public static void main(String[] args){ String strOne="bird"; String strTwo=strOne; strOne="fly"; System.out.println(strTwo); } }A.程序编译出现错误。B.程序标注的【代码】的输出结果是bird。C.程序标注的【代码】的输出结果是fly。D.程序标注的【代码】的输出结果是null。