Problem
1. Write a function that will tell you how many digits there are in an integer. Use it to find the number of digits in factorial(200) and factorial(500).
2. Trace through the binary search algorithm in find In Sorted List given the following input. Find In Sorted List("1",["3","5","7","9","10"])