I have made program that can find biggest factorial from number using recursion and also a program that can find smallest factorial but not using recursion.
But I used to have a program that find the smallest factorial using recursion. Anyone here know how to do it?