daily pastebin goal
41%
SHARE
TWEET

Untitled

a guest Jan 29th, 2018 59 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   switch(card) {
  2.     case 2:
  3.     case 3:
  4.     case 4:
  5.     case 5:
  6.     case 6:
  7.      count++;
  8.       break;
  9.     case 10:
  10.     case "J":
  11.     case "Q":
  12.     case "K":
  13.     case "A":
  14.       count--;
  15.    
  16.   }
  17.  
  18.   if (count < 1){
  19.     return count + " Hold";
  20.   }else{
  21.     return count + " Bet";
  22.   }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top