Results 1 to 3 of 3

Thread: programming

  1. #1
    smartboss194 Guest

    question programming

    i have a project to submit .....i need sum help on RECURSION

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: programming

    Recursion program in which programming language?? Be clear with your query.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,642

    Re: programming

    As you didn't mention the programing language, i am sending you the code of the C# expecting that you asking about the same

    Code:
    {
    if (b == 1)
    return 1;
    else
    { b *= factorial(a-1);
    return b;}
    }

Similar Threads

  1. What does DOM mean in programming?
    By Gadin in forum Software Development
    Replies: 5
    Last Post: 11-03-2010, 05:33 PM
  2. Xml with C# in .NET programming
    By Remedy in forum Software Development
    Replies: 4
    Last Post: 03-03-2010, 08:10 PM
  3. Socket programming: Is any new Programming Language?
    By Kushan in forum Software Development
    Replies: 3
    Last Post: 14-11-2009, 11:13 AM
  4. Programming - Mat
    By garfield1 in forum Software Development
    Replies: 7
    Last Post: 02-02-2009, 11:09 PM
  5. Replies: 3
    Last Post: 13-12-2008, 01:49 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,254,252.15499 seconds with 16 queries