VB综合题答案.docVIP

  • 8
  • 0
  • 约5.83千字
  • 约 5页
  • 2017-07-08 发布于贵州
  • 举报
VB综合题答案

Public Class Form1 Dim i As Integer Dim arr(5) As Integer Private Sub sort(ByRef brr() As Integer) Array.Sort(brr) End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click For i = 1 To 5 Randomize() arr(i) = Int(Rnd() * 99) + 1 TextBox1.Text = arr(1) TextBox2.Text = arr(2) TextBox3.Text = arr(3) TextBox4.Text = arr(4) TextBox5.Text = arr(5) Next i End Sub Private Sub Button2_Click(ByVal sender As Syste

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档