A. by
B. with
C. on
D. at
第1题:
执行下列程序,显示的结果是【 】。
ne="WORK"
two=""
a=LEN(one)
i=a
DO WHILE i>=l
two=two+SUBSTR(one,i, 1)
i=i-1
ENDDO
?two
第2题:
第3题:
第4题:
下面程序输出的结果是( )。 #include<iostream> using namespace std; void main() { char ch[][8]={"good","better","best"}; for(int i=1;i<3;++i) { cout<<ch[i]<<endl; } }
A.good better
B.better best
C.good best
D.good
第5题:
第6题:
3. Good. I'll _________ (有空)then.