Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~227 People Reached

2 Posted Topics

Member Avatar for berting

i need to write a program which inputs an integer value, checks that it is possitive, and outputs its factorial,using formulas factorial(0)=1 factorial(n)=n*factorial(n-1) sample output: input possitive number: 6 factoral of 6is: 720

Member Avatar for ajay.krish123
0
97
Member Avatar for SinghR

hello can yu help me with my assignment??? i need to write a program which produces a simple multiplication tableof the following formatfor integers in range 1 to 9 sample output: input number: 9 input limit: 9 1x1=1 1x2=2 .... 9x9=81

Member Avatar for death_oclock
0
130

The End.