John had planned to leave but he decided to stay in the hotel for ________two days because of the heavy rain.
A. other
B. the other
C. another
D. others
查看答案
If youe not satisfied with this pair, I will get you______one of the same size and colour.
A. other
B. another
C. more
D. less
Many people prefer the bowls made of steel to the______made of plastic.
A. it
B. one
C. ones
D. them
My mother and father were invited to the party, but _______of them went.
A. either
B. none
C. both
D. neither
以下程序运行后的输出结果是( )。int main(){ int i=1,j=2,k=3;if(i++==1&&(++j==3||k++==3));printf("%d %d %d\n",i,j,k);return 0;}
A. 2 3 3
B. 1 2 3
C. 2 3 4
D. 2 2 3