I ( ) by the teacher at the meeting next week.A、am praisedB、have been praisedC、shall praisedD、shall be praised
I ( ) by the teacher at the meeting next week.
A、am praised
B、have been praised
C、shall praised
D、shall be praised
相关考题:
33. —Excuse me,where are we going to have our.class meeting?—I'm not sure. Ask our monitor,please. He _________ know.A. canB. mayC. needD. shall
l.—Hello! My name_________ Tom.—Hello! I _________ Kate.A. is ; isB. am ; amC. am; isD. is ; am
●试题二阅读下列函数说明和C代码,将应填入(n)处的字句写在答题纸的对应栏内。【说明】该程序运行后,输出下面的数字金字塔【程序】includestdio.hmain (){char max,next;int i;for(max=′1′;max=′9′;max++){for(i=1;i=20- (1) ;++i)printf(" ");for(next= (2) ;next= (3) ;next++)printf("%c",next);for(next= (4) ;next= (5) ;next--)printf("%c",next);printf("\n");}}