Specification for building your Deck
For part 1 of your card game you will need to create a specification for your card deck.
This specification will include functions for populating cards to your deck and shuffling the deck (randomizing the order of the cards).
For the specification I do expect a list of each operation with preconditions and postconditions
Please read carefully
C++ Uno Card Game