0
C# Blackjack Deck, Hand, Card ect..
I'm working on Blackjack Lab and using enums instead of arrays, it's a bit complicated for the amount of knowledge that I currently have... Is there any expert/codingPro can help me out?
1 Answer
0
An enumeration cannot replace an array unless you were misusing the array for wrong purposes before... What's exactly your question? Can you share the basic structure (excluding the algorithms for the game itself) of your program on the playground?