Search:

Type: Posts; User: Eriosblood

Search: Search took 0.14 seconds.

  1. Re: Game of Life 2-D matrix random seed boolean array PLEASE

    I think I set them all to false because the first/last row and first/last column must be a "-". No?
  2. Re: Game of Life 2-D matrix random seed boolean array PLEASE

    The inner part of the matrix should be randomly a "-" or a "#" so that's why I used random I think.
  3. Re: Game of Life 2-D matrix random seed boolean array PLEASE

    Yeah, I just deleted the nextMatrix, didn't seem to do anything to the program. The seed is for the tester of the program to ensure we both get the same values.
  4. Re: Game of Life 2-D matrix random seed boolean array PLEASE

    The inner values of the matrix are supposed to be random to either print a "-" or a "#" so I figured that's what I was supposed to write. Not quite sure.
  5. Re: Game of Life 2-D matrix random seed boolean array PLEASE

    OHH! Yes I understand ahh thank you. Then just adjust my comments yet and should be good to go for this.


    import java.util.*;
    public class Life
    {

    /**Main method, user enters the number...
  6. Re: Game of Life 2-D matrix random seed boolean array PLEASE

    Oh okay I see what your saying, the boolean value kind of threw me off, not sure where it should get passed from then.
  7. Re: Game of Life 2-D matrix random seed boolean array PLEASE

    Is there a certain protocol as to how long they should be? There's a lot going on in the methods, should I explain everything?
  8. Re: Game of Life 2-D matrix random seed boolean array PLEASE

    ahhhh thank you! Your awesome.


    import java.util.*;
    public class Life
    {

    /**Main method, user enters the number of rows first, column second, seed third*/
    public static void...
  9. Re: Game of Life 2-D matrix random seed boolean array PLEASE

    Thank you very much for the quick reply....wasn't sure how to post my program on here lol yeah I am a newb. Included the program in a txt file. It runs and executes...wondering if my methods and...
  10. Game of Life 2-D matrix random seed boolean array PLEASE

    I'm very new to Java and I do not want to fall behind on this first lab and be subjected to the "Snowball Effect", been working quite relentlessly on this program but I am quite unsure of "seeds" nor...
Results 1 to 10 of 11