I need to create a type that corresponds to a playing card. I tried this way: Create a class for each Card and within the class create the properties of these classes that would be the cards themselves, type, Ace, Jack, King, Queen, Two and so on. But that's where I'm picking up, because I'll need to use this deck, like shuffling, taking a card, playing and so on. Then comes the question: How do I create a letter? The question is not wide (more than one answer) I just tried to explain what should happen, but the answer I wish would be: How do I create a letter. Preferably do not put code, just an orientation on how to do it.