对数组元素a(1)到a(8)进行排序,其排序算法的VB部分程序段如下: For m="1" To 7 p=m For n="m+1" To 8 Next n If p <> m Then t=a(p):a(p)=a(m):a(m)=t Next m 方框中的语句是( )
试题篮