填空题

执行下列程序,显示的结果是______。 first="china", second="" a=LEN(first) i=a DO WHILE i>=1 second=second+SUBSTR(first,i,1) i=i-1 ENDDO second

【参考答案】

anihc