Search:

Type: Posts; User: programming_nerd

Search: Search took 0.23 seconds.

  1. Replies
    5
    Views
    2,547

    Re: BlackJack Help

    I don't understand anything. I need someone to do my homework.
  2. Replies
    5
    Views
    2,547

    Re: BlackJack Help

    This is what I have done so far

    My Card Class

    public class Card {
    public int suit;
    public int number;

    private final String[] Digit = {"A", "2", "3", "4", "5", "6", "7", "8", "9", "10",...
  3. Replies
    5
    Views
    2,547

    BlackJack Help

    A player is dealt an initial hand of two cards. He has the option of drawing cards to bring the total
    value to 21 or less without exceeding it, so that the dealer will lose by having a lesser hand...
  4. Replies
    0
    Views
    1,330

    BlackJack Java

    Hi, I am new here.I'm cool and awesome and need helps in Java =[. I just notice i posted on the wrong section -_-
    ...
Results 1 to 4 of 4