Question: -Write a program that takes user input describing a playing card in the following shorthand notation: A Ace 2 ... 10 - Card Value 2
-Write a program that takes user input describing a playing card in the following shorthand notation:
A Ace
2 ... 10 - Card Value 2 through 10 respectively
J Jack
Q Queen
D Diamonds
H Hearts
S Spades
C Clubs
-Your program should print the full description of the card.
For example, Enter the card notation: QS
Queen of Spades
-Run it once with manual input from the user. Once you get that working, add a user input that states how many cards to deal and use a loop to display that many random cards.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
