View 16650_Blackjackbetter.mw on MapleNet or Download 16650_Blackjackbetter.mw
View file details
I'm working on a simple program to simulate various blackjack hands. I'm new to programming and have a procedure that will generate multiple hands (like I want), but will output only one of these hands. I can see all of the hands if I "print" the output, but I need to have this data in a list (or something) so that I can then work with these hands for probability purposes. If anyone has advice, it would be appreciated.