I have read the news of today. How about one of yesterday?()
第1题:
( 10 )执行下列程序,显示的结果是 【 10 】 。
one= "WORK"
two = ""
a = LEN ( one )
i = a
DO WHILE i>=1
two = two + SUBSTR ( one ,i , 1 )
i=i - 1
ENDDO
? two
第2题:
第3题:
下列语句中错误的是
A.String S[]={"how","are"};
B.byte b=255;
C.String s="one"+"two";
D.int i=2+2000;
第4题:
-Would you like to go to the cinema?
-I'd _____to go to the museum.
A. rather
B. Prefer
C. have
第5题:
A finished
B would finish
C was finishing
D finish
第6题:
执行下列程序,显示的结果是【 】。
ne="WORK"
two=""
a=LEN(one)
i=a
DO WHILE i>=l
two=two+SUBSTR(one,i, 1)
i=i-1
ENDDO
?two