Look in edmodo.com for the project due: (No partners)
Design and implement a class called Card that represents a standard playing card. Each card has a suit and a face value. A Card ADT represents a standard playing card.
Create a class called DeckOfCards that stores 52 objects of the Card class using ArrayList. Include methods to
In addition:
♣
♦
♥
♠