Search:

Type: Posts; User: NickieBoren

Search: Search took 0.16 seconds.

  1. Replies
    6
    Views
    1,334

    [SOLVED] Re: Problem with Multi-Dimensional Arrays

    Thank you! I wasn't changing it in the toString()!!
  2. Replies
    6
    Views
    1,334

    [SOLVED] Re: Problem with Multi-Dimensional Arrays

    Ok, you are right, I need to be more specific:

    Here is all of the code that you need to run the program:

    1. the BoardGameTester class



    import games.board.*;
  3. Replies
    6
    Views
    1,334

    [SOLVED] Re: Problem with Multi-Dimensional Arrays

    That was the first thing I tried and I get rows = columns. So the 6x7 Connect Four board comes out 6x6.
  4. Replies
    6
    Views
    1,334

    [SOLVED] Problem with Multi-Dimensional Arrays

    I can get the Tic Tac Toe game board to print, but not the other game boards.

    I get ArrayIndexOutOfBoundsException: 6
    which is the second array's row.

    If I edit the Board(), I can get the...
  5. Re: Methods, Booleans, and Initializing, OH MY!!

    UPDATE: Yeah!! I got it almost running!! I apologize, I am super excited... because, like I said, I am NOT a programmer. Ok, so I have one last error. And I can proudly say that it is not my code....
  6. Re: Methods, Booleans, and Initializing, OH MY!!

    Well, I really don't know. There are so many 'boards' being initiated. As I am looking over my code, I don't see the "gameboard" being initiated. And to be honest, I don't know where I would initiate...
  7. Methods, Booleans, and Initializing, OH MY!!

    Ok, so I want to start off by saying that I am finishing my Associates in Computer Information Systems, and I AM NOT A PROGRAMMER!! I am not good at it and it is extremely difficult for me to wrap my...
  8. Replies
    2
    Views
    1,068

    Introduction

    Hi everyone! My name is Nickie and I am NOT a programmer!! I am in my last semester towards my Associates in Computer Information Systems. If I can only get through this "Programming in Java" course....
Results 1 to 8 of 8