Question: in java as simple as possible Create a program that deals 2 players five cards each from a normal deck of 52 playing card with
in java as simple as possible
Create a program that deals 2 players five cards each from a normal deck of 52 playing card with the ranks- 1,2,3,4,5,6,7,8,9,10, jack, queen, king, ace. Also include the suits- clubs, hearts, spades, and diamonds represented as strings
Have a main method, a cardDeck class to hold the deck, a playingCard class to create each combination of card - "four of clubs" for example
have a player class that holds an array of five cards
print players name and their cards using toString
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
