Task: Using the Card class we wrote together in class, create a Deck class. It should obviously include an array of Cards among its data. Among the functions it should include would be a dealing function that guarantees no Card can be dealt twice.

Purpose: To introduce classes.