网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

( ) tired of Tom’s ll -talk-no-action, Julia decided to do the job all by herself.

A. To get

B.To have got

C.Getting

D.Have got


参考答案

更多 “ ( ) tired of Tom’s ll -talk-no-action, Julia decided to do the job all by herself.A. To getB.To have gotC.GettingD.Have got ” 相关考题
考题 You look(). What () you () ? A、tire, did…doB、tiring, have…doneC、tired, do…doD、tired, have…been doing

考题 The ____________ shoes were covered with mud, so I asked them to take them off before they got into __________ car.A. girl’s; Tom’sB. girls’; Toms’C. girls’; Tom’sD. girl’s; Toms’

考题 At last he got home, ________ and _______. A.tired, hungrilyB.tiring, hungryC.tired, hungryD.tiring, hungrily

考题 What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you

考题 The are so many people here.Don'tworry.I'll__________your golden fish be touched by anyone.A.not letB.not allowC.not makeD.do

考题 以下能正确计算1×2×3×4...×10的程序段是A.i=1; s=1; do { s=s*i; i++; } while(i<=10);B.do { i=1; s=1; s=s*i; i++; } while(i<=10);C.do { i=1; s=0; s=s*i; i++; } while(i<=10);D.i=1; s=0; do { s=s*i; i++; } while(i<=10);

考题 以下能正确计算1+2+3+…+10的程序段是 。A.i=1; s=1; do {s=s+i; i++;} while (i<10);B.do {i=1;s=0; s=s+i; i++;} while (i<=10);C.do {i=1;s=1; s=s+i; i++;} while (i<=10);D.i=1,s=0; do {s=s+i; i++;} while (i<=10);E.i=1; s=1; do {s=s+i; i++;} while (i<=10);F.i=1,s=0; do {s=s+i; i++;} while (i<10);

考题 7、以下能正确计算1×2×3×4...×10的程序段是A.i=1; s=1; do { s=s*i; i++; } while(i<=10);B.do { i=1; s=1; s=s*i; i++; } while(i<=10);C.do { i=1; s=0; s=s*i; i++; } while(i<=10);D.i=1; s=0; do { s=s*i; i++; } while(i<=10);

考题 以下能正确计算10!的程序段是 。A.do {i=1;s=1;; s=s*i; i++; }while(i<=10);B.do{i=1;s=0 s=s*i; i++; while(i<=10);C.i=1;s=1; do{s=s*i; i++; }while(i<=10);D.i=1;s=0; do{s=s*i; i++; }while(i<=10);

考题 以下能正确计算1×2×3×…×10的程序段是 。A.do {i=1;s=1; s=s*i; i++; } while(i<=10);B.do {i=1;s=0; s=s*i; i++; } while(i<=10);C.i=1;s=1; do {s=s*i; i++; } while(i<=10);D.i=1;s=0; do {s=s*i; i++; } while(i<=10);