Question: Write a C++ program that computes the factorial of a number using an iterative process. n! = n(n-1)(n-2)(n-3)...(2)(1)
Write a C++ program that computes the factorial of a number using an iterative process.
n! = n(n-1)(n-2)(n-3)...(2)(1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
