Search:

Type: Posts; User: Dayker

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    9,699

    aha i get it,ill try it again and ill come back...

    aha i get it,ill try it again and ill come back asap.Thank you for your time :)
  2. Replies
    5
    Views
    9,699

    insert int digits (int N,int S) { if...

    insert

    int digits (int N,int S)
    {
    if (N==0)
    return 0;
    if (S==0)
    return 1;
  3. Replies
    5
    Views
    9,699

    i upload the code

    i upload the code
  4. Replies
    5
    Views
    9,699

    recursion lab exercise

    i need help guys ,i cant find out how to do this programm.
    ------------------------
    Make a program that reads two physical numbers from user (N *
    )
    ,N and S. The program should display all unique...
Results 1 to 4 of 4