Guest User

Untitled

a guest
Oct 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public Card drawplayer() {
  2.  
  3. // Draw a card from the deck
  4. Card player_drawn_card = deck.draw();
  5.  
  6. // Calculate the value to add to sum
  7. int playervalue = player_drawn_card.rank().value();
Add Comment
Please, Sign In to add comment