i=2
Do While i<=10
For j= ①
If a(j+1)<a(j) Then
t=a(j+1): a(j+1)=a(j): a(j)=t
End If
Nextj
i=i+1
Loop
则代码中①处的语句可为( )