Powered by Blogger.

Factorial Program in C++



Factorial Program in C++

Here we write program to find Factorial Program in C++, you just need basic concept of for loop.

#include<iostream.h>
#include<conoi.h>
using namespace std;
void main()
{
    int n,fact=1;
    cout<<"Enter any number"<<endl;
    cin>>n;
    for(;n>0;n--)
    {
        fact=fact*n;
    }
    cout<<"Factorial: "<<fact<<endl;
getch();
}

Output:

Enter any number: 5
Factorial: 120



facebook
google-plus
twitter
pinterest

No comments :

Post a Comment

HTML Tutorial

images

About Sitesbay

This blog is related to Java Tutorial, C++ Tutorial, C Tutorial, Online Earning tips and more in very simple and easy way. Here i will try to give complete idea related to all new technology.

Java Tutorial

Java is Object oriented programming language, It is more secure and high performance language.

C++ Tutorial

C++ is also Object oriented programming language, It is more simple and easy to learn.

 
https://sitesbay.blogspot.com/?utm_medium=d2898efa59afcc0bc411921036e22b767ca37b09