Question: Java Program** Write a program that reads in a hand of cards and stores it in an array of sets, one set for each suit.
Java Program**
Write a program that reads in a hand of cards and stores it in an array of sets, one set for each suit.
Each card is represented using a pair of characters.
The first character represents the rank of the card: the digits 2 through 9 stand for themselves, and the letters T, J, Q, K, A stand for ten, jack, queen, king, and ace, respectively.
The second character denotes the suit: C, D, H, or S. Check for invalid cards and duplicate cards.
Your program must use function(s) and must be Object Oriented. Your function(s) must use arguments.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
