Chapter 4, Problem 22

Write a program that inputs the suit (C, D, H, or S) and the rank (1,2,...,13) of a card and then outputs the rank and suit in words.

For example, the inputs D and 1 would result in the output Ace of Diamonds, and the inputs H and 12 would result in the output Queen of Hearts.