Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started