问题 填空题

以下过程的作用是将26个小写字母逆序打印出来,请填空。
Sub Inverse()
Fori=122 To______
PrintChr$(i);
Nexti
End Sub

答案

参考答案:97Step-1

单项选择题
单项选择题