Computer Science, asked by sakshu3500, 1 year ago

Write an algorithm to find the factorial of a number n

Answers

Answered by janvimanhas56
0

Answer:

Factorial of a positive integer n is product of all values from n to 1. For example, the factorial of 3 is (3 * 2 * 1 = 6).

Similar questions