Private Sub Command1_Click()Dim a(29) As Integer, tmp As IntegerDim i As Integer, j As IntegerRandomize TimeFor i = 0 To 29a(i) = Int(Rnd * 71) + 30NextFor i = 0 To 29For j = i To 29If a(i) > a(j) Thentmp = a(i)a(i) = a(j)