Question: I need a code (in .c) that calculates the factorial of a user entered number and displays the what the factorial equals at the end.
I need a code (in .c) that calculates the factorial of a user entered number and displays the what the factorial equals at the end. I know this will be a loop function, I'm just not quite sure how to set it up. factorial = n * (n-1) * (n-2) .... etc
Thanks in advance!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
