题目内容

-______you interrupt now? Can’t you see I’m on the phone?-Sorry sir,but it’s urgent.

A. Can
B. should
C. Must
D. Would

查看答案
更多问题

My retired father is used to ______his two dogs early in the morning.

A. exercise
B. exercising
C. exercised
D. exercises

You _______quarrel with your neighbors whatever happens.

A. had not better
B. have not better
C. had better not
D. have better not

we must have the work ______by Tuesday.

A. to be finished
B. finishing
C. finish
D. finished

下列程序的输出结果为 __________ 。#include int main( ){int a[3][3]= {1,3,5,7,4,16,13,18,17},sum=0,i,j;for(i=0; i<3; i++)for(j=0; j<3; j++)if(i==0||i+j==2)sum=sum + a[i][j];printf("sum=%d\n", sum);return 0;}

答案查题题库