For the following code:
while(n >0) { n/=10 }
I understand that the time complexity is O(logn), but what would be the total code compl