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
Posted: Fri Jul 08, 2022 6:43 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 The Factorial is : 120