There are several choices for the type of rank and suit. They could be Strings or ints, or even doubles. For this project we will make them ints, so that they are easy to compare (among other things).
This week, you will probably need to use a chained conditional to print the suits and ranks, but next week we will see a better way to do it.