Thread: Question

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    4

    Question

    write a program that reads a non-negative integer and computes its factorial.

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231

    Re: Question

    Originally posted by blackyute
    write a program that reads a non-negative integer and computes its factorial.
    Err... wot?

    If you have a specific problem with your code, please feel free to post it, but don't expect someone to write it all for you. Please have a read of this.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Black Mage Extraordinaire VegasSte's Avatar
    Join Date
    Oct 2002
    Posts
    167
    write a program that reads a non-negative integer and computes its factorial.
    No. You write a program that reads a non-negative integer and computes its factorial.

  4. #4
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683

    Re: Question

    Originally posted by blackyute
    write a program that reads a non-negative integer and computes its factorial.
    How abt this...

    Question ) Write an OS which can run both Linux, Windows and Mac OS applications and which can also find the factorial ?

  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Please post a question, not a command.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM