Lottery Game
Submitted by Wisdom Agbenu on Thursday, January 26, 2017 - 08:07.
Language
This is a lottery game made in vb.net where a user can predict three consecutive number using numberic UpDown control. For example, a user can enter 2-2-2 or 7-7-7 then click on the start button. The in built random function will loop through a number in-memory and compare it with the numbers entered by the user. When there is a match, then the user emerged the winner.
username = wisdom
password = 1234
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Add new comment
- Add new comment
- 1196 views