- L 14 Find The Factorial Of Any Number N Example Factorial Of 5 1 X 2 X 3 X 4 X 5 120 Sample Run C Input N 5 T 1 (34.64 KiB) Viewed 37 times
L#14 Find the Factorial of any number 'n' Example: Factorial of 5 = 1 x 2 x 3 x 4 x 5 = 120 Sample Run C++ Input n : 5 T
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
L#14 Find the Factorial of any number 'n' Example: Factorial of 5 = 1 x 2 x 3 x 4 x 5 = 120 Sample Run C++ Input n : 5 T
L#14 Find the Factorial of any number 'n' Example: Factorial of 5 = 1 x 2 x 3 x 4 x 5 = 120 Sample Run C++ Input n : 5 The Factorial is : 120