Visual Basic快速入门

loading 分享 2026-9-1 下载文档

Dim a(10) As Integer

Private Sub sort(a() As Integer, n As Integer)

Dim i As Integer, temp As Integer

Dim switch As Boolean

switch = True

Do While switch

switch = False

n = n - 1

For i = 1 To n

If a(i) > a(i + 1) Then

switch = True


Visual Basic快速入门.doc 将本文的Word文档下载到电脑
搜索更多关于: Visual Basic快速入门 的文档
相关推荐
相关阅读