Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Write a program that picks four cards from a deck of 52 cards and compute their sum. An Ace, King,Queen, Jack represent 1,13,12,11, respectively. Your program needs to ask the user for the sum, thenfi
Write a program that picks four cards from a deck of 52 cards and compute their sum. An Ace, King,
Queen, Jack represent 1,13,12,11, respectively. Your program needs to ask the user for the sum, then
find the number of the total combinations, the number of the combinations that yields the sum. And the
list of all the combinations that yields the sum.