Search:

Type: Posts; User: new2.java

Search: Search took 0.08 seconds.

  1. Re: My loop compiles and seems correct, but gives wrong output.

    Haha its all good. there is 8x8 array of 64 characters. an underscore represents an open space on the checkerboard. R's and B's are not replacing. My loop is asking where there black and open spaces...
  2. Re: My loop compiles and seems correct, but gives wrong output.

    Have you ever played checkers? A red jumping two black checkers in one motion. for instance this would be considered one double jump.
    ________
    __R_____
    ___B____
    ________
    _____B__
    ________...
  3. My loop compiles and seems correct, but gives wrong output.

    I have everything right, except for my doublejump method. my loops seems right, my goal is to have the second output print how many possible time a red checker could "doublejump" a black checker. It...
  4. My loops are working, but not giving right output.

    Hey guys, I am working on this checkerboard assignment. I have everything working correctly that I need, but for extra credit i need to print out how many double jumps red checkers can make given a...
  5. My loop compiles and seems correct, but gives wrong output.

    Hey, guys I have a checkerboard logic assignment here. my goal was to print out how many possible jumps red checkers can jump black checkers given random checker arrangements given by the infile. I...
Results 1 to 5 of 5