41-Write a program to find the factorial of a number.
Program: 41
Write a program to find the factorial of a number.
Output:
Enter any number: 5 The factorial of 5 is 120.
Write a program to find the factorial of a number.
Enter any number: 5 The factorial of 5 is 120.