You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text-based blackjack game
Basically, there are three classes
involved. A player class, a dealer class,
and a cards class. We had to use arrays in this HW
but ArrayLists would have been much easier.
Goal is to get as close to 21 without going over.