Search:

Type: Posts; User: Norm

Search: Search took 0.32 seconds.

  1. Replies
    21
    Views
    876

    Re: Can somebody help me!

    One suggestion I made earlier(post#12) has been ignored:
    rename temp and temp2 to show what they are used for. That will make the code easier to understand.
  2. Replies
    21
    Views
    876

    Re: Can somebody help me!

    Sorry, this is not a homework service. If you have any specific java programming questions, ask them.

    What part of the code is "too complicated"?
  3. Replies
    21
    Views
    876

    Re: Can somebody help me!

    Do you have any specific java programming questions?

    How is this new problem different from the code that was posted here? It sounds the same.
  4. Replies
    21
    Views
    876

    Re: Can somebody help me!

    That formatting looks much better.
    Where is the print out showing the full contents of the array? See post#4

    In the two dim array, I assume there is a row per runner
    what are the two columns on...
  5. Replies
    21
    Views
    876

    Re: Can somebody help me!

    Sorry, I do not try to work with messy code. Can you fix the formatting?

    Add the println statements I suggested in post#4 and copy the output here. That will show you what the code is doing.
    ...
  6. Replies
    21
    Views
    876

    Re: Can somebody help me!

    Can you print out the array before the code in question executes and again after it executes so we can see what the code does to the array's contents?

    Also The code has lost its indentation...
  7. Replies
    21
    Views
    876

    Re: Can somebody help me!

    Can you print out the array before the code executes and again after it executes so we can see what the code does to the array's contents? See post#4.

    The code has lost its indentation formatting...
  8. Replies
    21
    Views
    876

    Re: Can somebody help me!

    Can you ask the author of the code to add some comments that say what the code is doing?

    Please edit your post and wrap your code with code tags:


    YOUR CODE GOES HERE

    to get highlighting...
Results 1 to 8 of 8