Search:

Type: Posts; User: Mironoff

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,796

    [SOLVED] Re: Pin code generator with recursion

    Thanks a million Norm! I was blind :) I try that right away.
  2. Replies
    4
    Views
    1,796

    [SOLVED] Re: Pin code generator with recursion

    Hello Norm,

    my first approach was to create an array[length] and fill it with 1, then call a method which adds recursively every index up until the highest number, that would've been too easy......
  3. Replies
    4
    Views
    1,796

    [SOLVED] Pin code generator with recursion

    Hello, please help me with my home work...

    Create program which generates pin codes (allowed numbers 1-9), the user inputs length of the code and the biggest number
    This has to be done with...
Results 1 to 3 of 4