User profile: saqibrana

User info
User name:saqibrana
Name:Muhammad Saqib Rana
Location:Lahore Pakistan
History
Joined:
Number of posts:2
Latest posts:

Find Factorial.....Guys please tell me where i am wrong
[output][/output] Enter a positive integer:4 The factorial of 4 is 24

Find Factorial.....Guys please tell me where i am wrong
#include<iostream> #include<conio.h> using namespace std; int main() { int number; int factor...