Java programming help (simple blackjack game program)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • devilinthebox
    New Member
    • Feb 2008
    • 6

    Java programming help (simple blackjack game program)

    I am not really familar with Java and I need help with creating this simple Blackjack program.

    Here is a layout of how the program should output:

    Originally posted by devilinthebox
    Your Cards
    10 9
    You have 19
    Do you want another? (y/n)

    Computer Cards
    5,7,8
    Computer has 20

    Computer wins.
    If the computer has more than 16 it wins, or something. I didn't really get what the teacher was saying. If you know how blackjack is played, you might understand.

    Please don't ask any questions and reply with the code. Help would be greatly appreciated. Thank you.
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    Originally posted by devilinthebox
    Please don't ask any questions and reply with the code. Help would be greatly appreciated. Thank you.
    That would be completely against the posting guidelines. Please especially read the FAQ on homework or coursework.
    The experts here will be happy to help you with your programs, but they won't write it for you.

    Greetings,
    Nepomuk

    Comment

    • devilinthebox
      New Member
      • Feb 2008
      • 6

      #3
      man just do it.... this is introductory and I know nothing about it

      Comment

      • Nepomuk
        Recognized Expert Specialist
        • Aug 2007
        • 3111

        #4
        Originally posted by devilinthebox
        man just do it.... this is introductory and I know nothing about it
        If you don't know anything about it, you won't learn if you don't at least try.
        You can learn a lot from here, also check out the external Articles and the Howto Section, especially of course the Java Howtos.

        You are of course then welcome to ask questions here about code you've already written or about which classes to use. But do think for your self, we will not just give you the code.

        Greetings,
        Nepomuk

        Comment

        Working...