I am having trouble deriving the loop for this java problem. I need to find the smallest integers for a number inputed by the user. So for example the smallest integers for 100 are 2, 2, 5, 5. I know i need to increment the divisible number in the loop but I'm not sure how to exactly put that in or what loop to use. Any help would be appreciated.