java program to count no. of digits code example Example: find number of digits in a number java (int)Math.floor(Math.log10(Your_number_name_goes_here) + 1);