Search:

Type: Posts; User: Brt93yoda

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,746

    Re: Stuck help please!

    Don't worry, it happens to all of us. :)
  2. Replies
    4
    Views
    1,746

    Re: Stuck help please!

    Next time surround your code in tags. The reason your code is running twice is because of these two lines:

    int steps=simulation(n);
    simulation(n); //Remove this line


    Here is the finished...
Results 1 to 2 of 2