网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Do you mind my turning off the light? ______. I'm reading the end of the story.
A. No, not at all
B. Of course not
C. I'd rather you didn't
D. Yes, please
参考答案
更多 “ Do you mind my turning off the light? ______. I'm reading the end of the story.A. No, not at allB. Of course notC. I'd rather you didn'tD. Yes, please ” 相关考题
考题
若机器人手爪松开的控制信号为:DO[2]=OFF,DO[3]=ON,则手爪夹紧的控制信号是( )。
A.DO[2]=OFF,DO[3]=ONB.DO[2]=ON,DO[3]=OFFC.DO[2]=OFF,DO[3]=OFFD.DO[2]=ON,DO[3]=ON
考题
以下程序的输出结果是()。main(){char*a[][5]={“how”,”do”,”you”,”do”,”!”};char**p;inti;p=a;for(i=0;i
A.howdoyoudo!B.howC.howdoyoudoD.hdyd
考题
下列程序段的输出结果是【】。 include void main() {inti=10,sum=0;do{sum=+sum+i;i=i
下列程序段的输出结果是【 】。include<iostream.h>void main(){int i=10,sum=0;do{sum=+sum+i;i=i-2;}while(i>=2);cout<<sum<<end1;}
考题
下面程序的输出结果为 【】 。 include void main( ) {int num=0,i=8;do{ i--; num ++
下面程序的输出结果为 【 】 。include<iostream.h>void main( ){int num=0,i=8;do{i--;num ++;}while(--i);cout<<num<<end1;}
考题
有以下程序main( ){ int i=0,s=0;do{ if(i%2) {i+ +; continue; } i++; s+=i;}while(i<7)cout<<s<<end1;}执行后输出结果是A.16B.12C.28D.21
考题
阅读下列FORTRAN 程序:
DIMENSION M(6)
READ(*,*)M
DO 10 J=1,6
DO 10 K=J,6
IF(M(K).LT.M(J))THEN
N=M(K)
M(K)=M(J)
M(J)=N
END IF
10 CONTINUE
WRITE(*,100)(M(I),I=1,6)
100 FORMAT(2X,614)
END
键盘输入10,7,9,2,1,3;程序运行后的输出结果是:
(A)1 2 3 7 9 10 (B)10 9 7 3 2 1
(C)7 9 2 1 3 10 (D)3 1 2 9 7 10
考题
阅读FORTRAN 程序
DIMENSION M(4,3)
DATE M/-10,12,24,11,20,-15,61,78,93,30,44,-45/
N(M(1,1)
DO 10I=1,4
DO 10J=1,3
IF (M(I,J).LT.N) THEN
N=M(I,J)
K1=I
K2=J
ENDIF
10 CONTINUE
WRITE(*,’(2x,314)’) N,K1,K2
END
程序运行后的输出结果是:
(A)93,3,1 (B)-10,1,1
(C)-45,4,3 (D)78,3,2
考题
循环语句WHILE,DO后的m和END后的m,标号值为任意阿拉伯数字。
热门标签
最新试卷