sum of factorials of digits
I want to find 3digit number that the sum of the factorials of it’s digits is the same as that number. what is the problem in my codes since nothing shows. Thank u so much. Test function gives each digit and fact funtion compute the factorial. #include <iostream> using namespace std; int fact(int y); int… Read More sum of factorials of digits