Question: write a function solution that a given an integer N, returns the smallest number of digits. you can assume n is between 1 and 109(billion).
write a function solution that a given an integer N, returns the smallest number of digits. you can assume n is between 1 and 109(billion). for example given N=125, the funtion should return 100.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
