Write a simple program for finding factorial in C++ ?

Showing Answers 1 - 5 of 5 Answers

FHGCVJ

  • Apr 14th, 2012
 

..

Code
  1.  

  Was this answer useful?  Yes

Anugya Singh

  • Sep 4th, 2012
 

Code
  1. #include<iostream.h>

  2. #include<conio.h>

  3. "Enter the Number whose factorial value is to be find

  4. ""Fctorial is "<<f;

  5. getch();

  6. }


  Was this answer useful?  Yes

sakshi

  • Oct 4th, 2012
 

Code
  1. span style="color: #ff0000;">"factorial of the no :"+f);

  2.  

  3. Console.ReadKey();

  4. }


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions