Question: Write a program in c++ that takes user input describing a playing card in the following shorthand notation: A Ace 2 ... 10 Card values
Write a program in c++ that takes user input describing a playing card in the following shorthand notation:
A Ace
2 ... 10 Card values
J Jack
Q Queen
K King
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
