Question: Part 1 - Factorial Write out the logic / pseudo code to compute the factorial of n, customarily denoted as n! It is important to

Part 1 - Factorial Write out the logic / pseudo code to compute the factorial of n, customarily denoted as n! It is important to use correct recursion terminology in your pseudo code. Next, use your pseudo code as the basis for writing a complete, well documented program. Your program should prompt the user to enter a nonnegative number and then display the factorial for that number. Your program must contain a function called factorial. Function factorial calculates the factorial of a number. Sample output is included below. Enter a nonnegative integer: 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
