This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-02-06 22:35:48

jesmerri
New Scratcher
Registered: 2011-02-06
Posts: 1

finding the smallest number divisible by

i have a prime finding program in scratch, and attempting to write program to find a smallest number divisible by.. suggestions helpful :?

Offline

 

#2 2011-02-07 08:43:10

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: finding the smallest number divisible by

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)

Offline

 

Board footer