Pages: 1
Topic closed
i have a prime finding program in scratch, and attempting to write program to find a smallest number divisible by.. suggestions helpful :?
Offline
the number you put in will always be the smallest number divisible.smallest num divisible by 2 is 2. (2/2=1)smallest num divisible by 527 is 527. (527/527=1)