- Home
·
- Games
·
- This is a random number game. The game allows you to guess guess a specific number as many until yo
This is a random number game. The game allows you to guess guess a specific number as many until yo
This is a random number game. The game allows you to guess guess a specific number as many until you get it right.
Rate This is a random number game. The game allows you to guess guess a specific number as many until yo
(2(2 Vote))
End
End Sub
Private Sub Form_Load()
'Declare x as an integer
Dim x As Integer
Randomize
'x = 100 * Rnd
'display a in a inbox
lstDisplay.AddItem (x)
Dim RanNum As Integer
For x = 0 To 19
RanNum(x) = 100 * Rnd
lstDisplay.AddItem RanNum(x)
lstDisplaydouble.AddItem RanNum(x) * 2
End Sub
This is a random number game. The game allows you to guess guess a specific number as many until yo Comments
No comments yet — be the first to post one!
Post a Comment