Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I would appreciate help with this program. It needs to be written in C++. (Card

ID: 3534243 • Letter: I

Question

I would appreciate help with this program. It needs to be written in C++.


(Card Shuffling and Dealing) Create a program to shuffle and deal a deck of cards. The
program should consist of class Card, class DeckOfCards and a driver program. Class Card should
provide:
   a) Data members face and suit of type int.
   b) A constructor that receives two ints representing the face and suit and uses them to initialize
the data members.
   c) Two static arrays of strings representing the faces and suits.
   d) A toString function that returns the Card as a string in the form

Explanation / Answer

here's main:

Member functions:

and header file: