We should never ______ today's work till tomorrow.A、put onB、put offC、put awayD、put up

We should never ______ today's work till tomorrow.

A、put on

B、put off

C、put away

D、put up


相关考题:

You can stay here tonight.We can ( )you ______in the spare room. A.put...upB.put...awayC.put...downD.put...off

Mrs.Browers told her children to ( )their toys __________and go to bed. A.put...awayB.put...upC.put...downD.put...on

Close your books and( )them__________. A.put...offB.put...onC.put ...downD.put...away

You needn't go back to London tonight.We can( )you______for the night. A.put...awayB.put ...upC.put...offD.put...down

The baby is sleeping. () it (). A、leave…aloneB、call…upC、put…asideD、put…away

34.HashMapprops=newHashMap();35.props.put(”key45”,somevalue”);36.props.put(”key12”,someothervalue”);37.props.put(”key39”,yetanothervalue”);38.Sets=props.keySet();39.//insertcodehereWhat,insertedatline39,willsortthekeysinthepropsHashMap?()A.Arrays.sort(s);B.s=newTreeSet(s);C.Collections.sort(s);D.s=newSortedSet(s);

如下函数的作用是以双倍行距输出文件: void double_space(ifstream f,ofstream t){ char c; while(______){ ______; if(c=='\n')t.put(c); } } 画线处缺失的部分是A.f.get(c)与t.put(c)B.f.put(c)与t.get(c)C.t.get(c)与f.put(c)D.t.put(c)与f.get(c)

POST的全称是()。A.put-on self-testB.power-off self-testC.put-off self-testD.power-on self-test

下面函数的作用是以双倍行距输出文件:void test(ifstreamoutf,ofstreamoutC) {char c;while(______){______;if(c=='\n')outc.put(C) ;}}下划线处缺失的代码是( )。A.outf.put(C) 与outc.get(C)B.outf.put(C) 与outc.get(C)C.outf.get(C) 与outc.put?D.outf.get(C) 与outc.put?

下面程序的输出结果是()。includeusing namespace std;void main(){char cl='a',c2='c 下面程序的输出结果是( )。 #include<iostream> using namespace std; void main() { char cl='a',c2='c'; cout.put('a').put('c').put('\n'); cout.put(c1).put(c2); }A.ac a cB.ac acC.a c ac cD.a c