Advertisement
2_2002-2004 Miscellaneous #118693

!!!*!Make a cool EASY Lotto Game!*!!!

MAKE AN EASY LOTTO GAME!!! ***UPDATED***

AI

Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Zdrojový kód
original-source
Private Sub Command1_Click()
 Label1.Caption = Int(rnd * 10)
 Label2.Caption = Int(rnd * 10)
 Label3.Caption = Int(rnd * 10)
If (Label1.Caption = Label2.Caption) And (Label3.Caption = Label2.Caption) Then
 MsgBox "You Win!", 8, "Winner!"
End If
End Sub
Původní komentáře (3)
Obnoveno z Wayback Machine