i=1:j=10:temp=a(5)
Do While a(j) >temp
j=j-1
Loop
Do While a(i) <temp
i=i+1
temp=a(i):a(i)=a(j):a(j)=temp
数组元素a(1)到a(10)的值依次为“36 91 36 17 93 99 29 97 97 96”,执行该程序段后,a(5)的值为( )
微信扫码预览、分享更方便