For this program we need the lower value for the winning card or player: we hava
ID: 642272 • Letter: F
Question
For this program we need the lower value for the winning card or player:
we hava peace card method which is the derivate class of card. the new class will override the winner () class but will reuse others method from card
second we have peacedeck same as above but with deck and new class will use a constructor that initialize the superclass array of card and same will reuse all method or function in deck.
This is was I got so far: