Relative Content

Tag Archive for algorithmmathfactorialdigits

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.