We should consider the students’ requestthe school library provide more books on popular science.A. thatB. whenC. which D. where

We should consider the students’ requestthe school library provide more books on popular science.

A. thatB. whenC. which D. where


相关考题:

Previous studies show that parents tend to be aware of sleep problems in older children and adolescents and that pediatric practitioners are ( ) likely to identify sleep problems in these age group.:A、less…lessB、less…moreC、more…lessD、more…more

()that happen,what()we do? A、If…shallB、Suppose…shallC、Should…wouldD、Had…should

We often () the happy time we spent at your hometown last summer. A.recallB.remindC.presentD.provide

If they ___ to break their promises, we’ll try to punish them.A、attemptB、pretendC、thinkD、consider

People()foxes()clever but sly animals.A. consider…to beB. consider…asC. Consider…X

________ the vessel have no safety radiotelegraphy certificate at the time of her delivery,she ________ be held to be unseaworthy.A.If/mayB.Will/shallC.Should/wouldD.Would/should

______ it rain tomorrow moring, the loading ______.A.Should / will be postponedB.If / shall be postponedC.Should / would be postponedD.If / has to be postponed

The company has the right to end his employment at any time.A:offerB:continueC:stopD:provide

用所给的词和词组写出符合逻辑的句子。 we/consider/unless/placing an order/will not/you can/give us/of 10%/a price reduction

30、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { for(j=0;books[i][j]!=0;j++){ if(books[i][0]<books[i][j]) books[i][0]= books[i][j]; } } printf("%c",books[0][0]); return 0; }A.EB.sC.nD.h