I have a program evaluating a straight hand in poker: Here is my code: int numInRank[14]; cin.get(rankCh); switch (toupper(rankCh))...
Separate names with a comma.