// The constructor for Deck() - Creates a full deck by generating all combinations: // 13 ranks × 4 suits = 52 cards. // shuffle() - Randomises the order of cards in the deck. public void shuffle() ...