READ THIS FOR MORE INFO I GUESS If you don't know what a word means, I'm leaving a little glossary at the bottom of this box ;D This is just a pretty simple project that tells you all the multiples of your number up to a certain limit. I originally made this on a different website with a different language for a school project, so I just converted it to Scratch :P I've tried my best to make it bug-free, but if you find one please tell me ^^' WAYS TO BREAK THIS THAT I KNOW OF BUT AM TOO LAZY TO FIX -Adding a character that's not a number will make it go crazy GLOSSARY Multiple - Number(s) that can be divided to equal a number. For example, 3, 6, 9, 12 and 15 are all multiples of 3. It's kinda like skip-counting. Integer - A whole number (no decimals or fractions or whatnot) that can be either positive or negative. For example, -3 and 3 are integers but 3.3, 3 1/4, -3.3 or -3 1/4 are not integers. I'm planning to add fractions of a number in the future if I can figure out the conversion between the codes.