Another way to compare the rank of a card is by having a String with the face values in order: "23456789TJQKA"
and use the value returned by indexOf(). The 10 card would require special handling to...