Question

13. Write a code that randomly selects a card and prints it on the screen. { Create a string array with "Clubs", "Diamonds", "Hearts", "Spades"} and { "2", "3", "4", "5",

"6", ",", "8", "9", "10", "Jack", "Queen", "King", and "Ace"} and write code to randomly select 5 cards from them.