In Chapter 8, you created an application class named FullDeck that implemented a 52-element array that represented each card in a standard deck of playing cards. Now, create an enumeration that holds the four suits: SPADES, HEARTS, DIAMONDS, and CLUBS. Save the enumeration in a file named Suit.java. Modify the Card class from Chapter 8 to use the enumeration, and save the class as Card2.java. Modify the FullDeck application to use the new Card class, and save the application as FullDeck2.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.