Data Types and an example in casino games
In a previous article I described what a variable is and why it is so important in programming. In this article I will go through the Basic Data Types, which is also very important to understand. Why Data Types are important Data Types define what type a data that will be stored in a variable […]
Errors ruining my day – script failing in slot machine
Being a programmer can sometime be ruthless. You think you have everything under control. You have done everything right and everything you can to write a flawless code. But it is not that easy. When you compile and run the code nothing works. You go back check the code again, were did it go wrong […]