Creating a deck of cards in C#
I was having difficulty using one-dimensional arrays while creating a deck of cards in a Blackjack console game in C#. Most of the research I came up with used enum and list, but as part of an assessment I was required to use Array. I found some ways...
rachaelkeenan.dev3 min read