He ________a plow superior to any other in existence. A. discoveredB. foundC. inventedD. created
He ________a plow superior to any other in existence.
A. discovered
B. found
C. invented
D. created
相关考题:
10.—Could you buy_________ drinks for me?—Sorry,but I don't have _________ money.A. some, someB. any,anyC. any, someD. some,any
We don’t have ______ fruit in the house.Let me buy ______.A、any, anyB、any, someC、a little, anyD、some, any
There are ______ books in your bag. But there aren’t ______ pens in it. A、some, someB、any ,someC、some, anyD、any,any
We couldn′t eat in a restaurant because__of us had__money on us.A.all;noB.any;noC.none;anyD.no one;any
针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。switch(value){case 0:other=30;break;case 1:other=50;break;case 2:other=300;case 3:other=other/value;break;default:other=other*value;}A.2B.3C.4D.5
( )Are you sure you don‘t have_______advice to give me I really need_______.A.any;anyB.some;anyC.any;someD.some;some
1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }A.2B.3C.4D.5