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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!