Question :
Specify, design implement im c++ a class for a card in a deck of playing cards.
The object should contain methods for setting and retrieving the suit and rank of the card.
Make sure to separate your work on s card.h, card.cpp and a main.cpp