Write a class that simulates shuffling cards. An ArrayList can hold these values to represent the cards. JC = Jack of Clubs, QD = Queen of Diamonds, KH = King of Hearts, AS = Ace of Spades, etc. Create a class for a deck of cards with these methods. Constructor Initializes the the deck of cards with these values JC QC KC AC JD QD KD AD JH QH KH AH JS QS KS AS Use an Array