In Britain people _____________ four million tons of potatoes every year.
A) swallow B) dispose
C) consume D) exhaust
第1题:
下列语句能给数组赋值而不使用for循环的是
A.myArray{[1]="One";[2]="Two";[3]="Three";}
B.String s[5]=new String[]{"Zero", "One", "Two", "There", "Four"};
C.String s[]=new String[]{"Zero", "One", "Two", "There", "Four"};
D.String s[]=new String[]=|"Zero", "One", "Two", "There", "Four"};
第2题:
Freight rates are mostly charged________.
A.by the weight(tons)of cargo
B.by the capacity(tons)of vessel
C.by DW of the vessel
D.by the draft of the vessel
第3题:
第4题:
_____ shows 1.2 meter and the specific gravity of the oil is 0.96According to the measuring scale, that makes 150 tons.
A.The piston rod
B.The push rod
C.The sounding rod
D.The connecting rod
第5题:
第6题:
下列给字符串二维数组进行赋值的语句中,错误的是()。
A.String s[ ] [ ] = new String [ ] [ ] { { “One “ , “ Two “ }, { “ Three “ , “ Four “ } } ;
B.String s[ ] [ ] = { { “ One “ , “Two “},{ “ Three “ , “ Four “ } } ;
C.String s[ ] [ ] = new String [ ] [ ] { { “Zero”} , { “ One ” , “Two” , “ Three” , “ Four” } } ;
D.String s[ 2] [2 ] = { { “ One ” , “Two”},{“ Three” , “ Four” } } ;