Question: In java se 8, i am trying to finish a hand class that design for a card game, and i do not know how to

 In java se 8, i am trying to finish a hand

In java se 8, i am trying to finish a hand class that design for a card game, and i do not know how to test my code

C Card.javaS c StandardCard.java Deck.java Hand.java X C Player.javax import java. uti1. List; public class Hand l protected List cards; public Hand(List getCardsO return this. cards; ) remove and return the specified card from the hand /return null if the card is not in the hand public Card remove (Card card) f for(int i-0;i

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!