2. Design and implement a Card and Deck class 3. Use these classes to write test
ID: 3610444 • Letter: 2
Question
2. Design and implement a Card and Deck class3. Use these classes to write tests which experimentally validatethe probabilities of drawing a flush(all the same suit).
In c++ please
so basically i need a program that has a deck and card class. The user should be able to draw five card hands from the deck classand program will recognize and see if its a flush. Theprobability should be recorded like flushs/attempts. Afterthe 52 card deck is depleted the program should read "deckdepleted."
good luck =)