A.Hi, I agree with what you have just said.
B.Good morning, Kevin. Nice to meet you, too.
C.Ok. I think we should draw up a thorough plan, first.
第1题:
下面程序的输出结果为【 】。
include<iostream.h>
main()
{
char a[]="morning",t;
int i,j=0;
for(i=1;i<7;i++)
if(a[j]<a[i])
j=i;
t=a[j];
a[j]=a[7];
a[7]=a[j];
cout<<a;
}
第2题:
下面程序的运行结果是 #include<stdio.h> main() { char a[]="morning",t; int i,j=0; for(i=1;i<7;i++) if(a[j]<a[i])j=i; t=a[j]; a[j]=a[7]; a[7]=a[j]; puts[a];}
A.mrgninr
B.mo
C.moring
D.morning
第3题:
Mr.Johnson insisted that the problem worthy of attention ________(讨论)at the meeting.(discuss)
第4题:
将考生文件夹下TODAY文件夹中的MORNING.TXT文件移动到文件夹下EVENING文件夹中,并改名为NIGHT.WRI。
第5题:
将考生文件夹下的TODAY文件夹中的MORNING.txt文件移动到文件夹下EVE-NING文件夹中,并改名为NIGHT.wri。
第6题: