Search:

Type: Posts; User: Staticity

Search: Search took 0.21 seconds.

  1. Replies
    3
    Views
    1,443

    Re: Creating number Pyramids with For Loops

    If I try to do this, the first for loop will run on forever, and ever.. And the second for loop will never be used because the first for loop never ended. I already seemed to have lost interest in...
  2. Replies
    3
    Views
    1,443

    Creating number Pyramids with For Loops

    So, I just had a random urge (after reading a previous post) to make an infinite loop that creates this output:

    1
    12
    123
    1234
    12345
    1234
    123
    12
Results 1 to 2 of 2