A week ago, I sent him a statement()the amount overdue.A.showB. showingC. showed

A week ago, I sent him a statement()the amount overdue.

A.show

B. showing

C. showed


相关考题:

I _______ him with a tube of shaving cream. A. presentedB. producedC. displayedD. showed

The foreigners once ______their products to our company at a ______higher price.A. sent, veryB. lent, stillC. sold, muchD. showed, more

Saul's brother left the matter entirely up to ______ and ______.A. I, heB. him, IC. me, heD. him, me

If he had asked me, I ( ) him. A.should have helpedB.would helpC.would have helpedD.helped

If I had come here yesterday, I _______him. A. would have seenB. would seeC. have seenD. saw

以下程序的输出结果是 ( ) enum weekday {sun=7,mon=1,tue,wed,thu,fri,sat}; main( ) { enum weekday workday,week_end; int i,a [8]; workday=tue; week end=sun; pritnf("\ntuesday=%d sunday=%d", wotkday, week_end); workday=sun+tue; week_end=(enum weekday)3; printf ("tuesday=%d sunday=%d", workday week_end); a[sun]=sun; a[mon]=mon a[tue]=tue; a[wed]=wed; a[thu]=thu; a[fri]=fr; a[sat]=sat; for(i=1;i<7;i+ +) printf("%d",a [i]); }A.tuesday=2 sunday=7;tuesday=2 sunday=7;1 2 3 4 5 6 7B.tuesday=2 sunday=7;tuesday=9 sunday=3;1 2 3 4 5 6 7C.tuesday=0 sunday=7;tuesday=2 sunday=3;1 2 3 4 5 6 7D.tuesday=1 sunday=2;tuesday=3 sunday=4;1 2 3 4 5 6 7

有下列程序:includeUsing namespace std;Class Amount{ int amount;public; Amount(i 有下列程序: #include<iostream> Using namespace std; Class Amount{ int amount; public; Amount(int n=O):amount(n){} Int getAmount()const{return amount;} Amount operator+=(AmountA) {A.*thisB.thisC.amountD.amount

Calendar的静态字段表示一年中的第几周的是()。A.WEEK_OF_YEARB.DAY_OF_YEARC.WEEK_OF_MONTHD.DAY_OF_WEEK

下述代码中,statement应该如何写才能使得程序输出1 int t = 1; try { ...... throw t; ...... } catch (statement ) { cout << i; }A.int iB.float iC.unsigned int iD.exception i

1、下述代码中,statement应该如何写才能使得程序输出1 int t = 1; try { ...... throw t; ...... } catch (statement ) { cout << i; }A.int iB.float iC.unsigned int iD.exception i