Write a program to input a number and print whether the number is Special number or not
[Hint: A number is said to be special, if the sum of the factorial of each digit of the number is same as the original number.
Ex: 145, 1!+4!+5! = 1+24+120 = 145
which output screenshot
Answers
Answered by
0
Answer:
Ex: 145, 1!+4!+5! = 1+24+120 = 145
which output screenshot
Similar questions