Answer:
Create two classes, PlayingCard and Main, as depicted in the attachments.
Step-by-step explanation:
The getters/setters are not actually used in this code, but creating them is pretty standard. Although, you could argue that a PlayingCard object should never change value/suit, and is what it is as long as it exists. Such objects would be called "immutable".