Largest number divisible by its digits: Difference between revisions

m
added highlighting.
m (added highlighting.)
Line 10:
 
 
For example:   '''135'''   is evenly divisible by   '''1''',   '''3''',   and   '''5'''.
 
Note that the digit zero (0) can not be in the number as integer division by zero is undefined. The digits must all be unique so a base 10 number will have at most 9 digits.