C# Blackjack Deck, Hand, Card ect.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

29th Jul 2020, 7:32 AM
Broke Student
Broke Student - avatar
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?
3rd Aug 2020, 1:12 PM
Sandra Meyer
Sandra Meyer - avatar