Search:

Type: Posts; User: Clyde90

Search: Search took 0.13 seconds.

  1. Re: Black Jack Game help on finding the error

    ok il try to do it
  2. Re: Black Jack Game help on finding the error

    }


    public static int Loss (int money, int amount)
    {
    money = money - amount;

    return money;

    }
  3. Re: Black Jack Game help on finding the error

    got it then so my errors are the highlighted one?
  4. Re: Black Jack Game help on finding the error

    please anyone help
  5. Re: Black Jack Game help on finding the error

    how do you do that?
  6. Black Jack Game help on finding the error

    [#code=java[/#]

    [#]// The "BlackJack" class.
    import java.awt.*;
    import hsa.Console;

    public class BlackJack
    {
    static Console c; // The output console
  7. JAVA game black jack need help on finding an error!!

    // The "BlackJack" class.
    import java.awt.*;
    import hsa.Console;

    public class BlackJack
    {
    static Console c; // The output console

    public static int GetSuite ()
    {
  8. Re: Method printTriangle that has a char parameter ch and an int parameter n.

    i just started it rightt now so i dont have any solutions.
  9. Method printTriangle that has a char parameter ch and an int parameter n.

    Write a method print Triangle that has a char parameter ch and an int parameter n.The method should print a triangular pattern with the perimeter consisting of the character ch and the interior (if...
Results 1 to 9 of 9