Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    1,558

    Re: Concept and syntax in mancala

    What does the program do and what do each of the players do?

    There is a lot of repetitive code in what you posted that should be reduced to something simpler. Too many lines are repeated with...
  2. Replies
    10
    Views
    1,558

    Re: Concept and syntax in mancala

    If you are now getting compiler errors after your change, please post the full text of the error messages.
  3. Replies
    10
    Views
    1,558

    Re: Concept and syntax in mancala

    If you change the definition of the args taken by a method then you need to change the code that calls that method so that the args agree.
  4. Replies
    10
    Views
    1,558

    Re: Concept and syntax in mancala

    The compiler thinks that the line method takes 3 int values.
    Is the error message from the posted code? Or do you have another version of the program where the line method has three int args?
  5. Replies
    10
    Views
    1,558

    Re: Concept and syntax in mancala

    Can you describe what the code does now and what is wrong with the way it is working?

    Try debugging the code by adding lots of calls to the println() method to print out messages to show the...
Results 1 to 5 of 5