Java Assignment Find Largest Number Divisible by Numbers 2-9?

Java Assignment Find Largest Number Divisible by Numbers 2-9?



Find a ten digit number whose digits are all distinct. Find the 2 greatest of these integers that are 
divisible by all the integers from 1 to 9. Also, find the 2 least of the integers that are divisible by all 
integers from 1 to 9. You may have to use the java.math.BigDecimal class for this exercise. 

1. Successfully check each number candidate for divisibility 
2. Successfully iterate through all consecutive numbers 
3. Successfully check for unique number no repeatable digits 
4. Successfully check for convert number to a state that one can check for repeated digits 
5. Successfully having an end boundary for loop, so as not to have infinite loop. 
6. Print statement that would printout number, if found. 
7. Successfully choosing starting boundary condition for loop. 
8. Properly commented code 
10. Properly named filed for turn-in





No Answers Posted Yet.