网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

15.

A. tell

B. make

C. show

D. follow


参考答案

更多 “ 15.A. tellB. makeC. showD. follow ” 相关考题
考题 'tell' + 236 的结果为:tell236。( ) 此题为判断题(对,错)。

考题 Could you ____ me how to ________ this word in English? (A. tell, speakB. speak, sayC. tell, sayD. say, speak

考题 ______(tell)you about it some time before,but I don't remember it now.

考题 It is high time that we _____him the truth A.should tellB.tellsC.tell

考题 We__________ (tell) to close the windows before we left the lab.

考题 15.A.showB.keepC.holdD.tell

考题 p是指向PERSON类对象的指针,则通过p访问公有成员函数show()的方法是。A.p.show();B.p->show();C.(*p).show();D.(*p)->show();

考题 描述性写作中作者应注重“tell”而不是“show”。

考题 2010年,MAKE奖的全球级奖项细分为全球MAKE奖和全球独立运营机构MAKE奖。

考题 给出以下4个重载的方法show,调用show方法时,下面哪个说法是错误的() (1)show(int a ,int b,int c) (2)show(int a ,int b,double c) (3)show(int a ,double b,double c) (4)show(double a,double b,int c)A.调用show(1,2,3); 1,2,3,4方法都是可行方法,所有参数完全匹配B.调用show(1.0,2.0,3.0); 没有一个可行方法C.调用show(1.0,2,3); 没有一个可行方法D.调用show(1,2.0,3); 3,4都是可行方法,没有最佳可行方法,编译器会报错