Find Digits In Factorial
My task is to complete the function digitsInFactorial() that takes N as input parameter and returns number of digits in factorial of N.
My task is to complete the function digitsInFactorial() that takes N as input parameter and returns number of digits in factorial of N.