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

题目内容 (请给出正确答案)
She recommended two books to me, but () of them was interesting.

A、either

B、both

C、none

D、neither


参考答案

更多 “ She recommended two books to me, but () of them was interesting. A、eitherB、bothC、noneD、neither ” 相关考题
考题 I’ll see to_____that all these letters will be sent to the post before noon. A、it.B、me.C、which.D、them.

考题 将考生文件夹下ME\YOU文件夹中的文件SHE.EXE移动到考生文件夹下HE文件夹中,并将该文件改名为WH0.PRC。

考题 那听起来很有趣。_______ _______interesting.

考题 i need a _______________ milk for this recipe. A. two-litre carton ofB. two litres carton ofC. two-litres-carton ofD. two-litre carton

考题 The professor asked us to write a _____________ report.A、two-hundreds-wordsB、two-hundreds-wordC、two-hundred-wordsD、two-hundred-word

考题 将考生文件夹下ME\YOU文件夹中的文件SHE.EXE移动到考生文件夹下HE文件夹中,并将该文件改名为WHO.PRC。

考题 About ________ of the workers in the factory were born in the ________.A.two-thirds, 1970 B.two-thirds, 1970s C.two-third,1970 D.two-third, 1970s

考题 请在(18)处填上最佳答案。[A] presented[B] restricted[C] recommended[D] introduced

考题 12. About_______ of the workers in the factory were born in the __________.A. two- thirds;1970B. two- thirds ; 1970sC. two-third ; 1970D. two-third ; 1970s

考题 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