Question: Write a program that takes a value as an input from the keyboard and outputs the factorial of that number; the factorial of an integer
Write a program that takes a value as an input from the keyboard and outputs the factorial of that number; the factorial of an integer n is n * (n - 1) * (n - 2) * ... * 3 * 2 * 1. For instance, the factorial of 4 is 4 * 3 * 2 *1, or 24. Thanks!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
