Answered You can hire a professional tutor to get the answer.
Write program which can compute the factorial of a given numbers. Hint: use a function that will call itself (recursion). Output example If the...
Write program which can compute the factorial of a given numbers.
Hint: use a function that will call itself (recursion).
Output example
If the following input is supplied to the program:
8
Then, the output should be:
40320