Question: DELIVERABLES: Card.java DeckOfCards.java Create a Card class that represents a playing card with a specific face value and a specific suit. Then create a class
DELIVERABLES:
Card.java
DeckOfCards.java
Create a Card class that represents a playing card with a specific face value and a specific suit. Then create a class called DeckOfCards that stores 52 objects of the Card class, each with its unique face and suit combination. Include methods to shuffle the deck, deal a card, and report the number of cards left in the deck. The shuffle method should assume a full deck of cards.
The API (Links to an external site.)Links to an external site. (or class specifications) for the Card and DeckOfCards classes are found at this link (Links to an external site.)Links to an external site.. Make sure to implement everything you find in this interface. (Links to an external site.)Links to an external site.
Your classes must work with the provided driver class found here (Links to an external site.)
The API for the methods and everything are below
https://www.cs.usfca.edu/~mlleese/CS112/Projects/docs/Card.html#isHigherThan-Card-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
