Making card game war in java. cant figure out draw method
Basically for my class i need to make the card game war. there doesn’t need to be any player input. just make a deck split it and compare cards and add a score value each time it works. However im stuck on the draw method which is supposed to be used to split the deck between playerOne and playerTwo.