Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
~122 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for micjan

please make a factorial number that the output is like this: Enter a number:5 5!=1*2*3*4*5 5!=120 likewise Enter a number:6 6!=1*2*3*4*5*6 6!=720 please..help. using for loop statement only. please do not use #include<iostream.h>... use this example: #include <stdio.h> #include <conio.h> ........etc. please...help me...

Member Avatar for WaltP
-3
122