Hi all.
I'm new to C# and i'm trying to create a program that simulates Martingale's system of coin toss betting.
Problems i'm facing now:
1)Generating fair coin tosses with the Random function
2)Comparing the current toss with the previous tosses to invoke Methods
I've read through several beginners guides and know the basics, but I cant find anything specific to these problems highlighted above.
Any help would be greatly appreciated.
Thanks!
-solved-