INTRO Hello! I made something similar to this in java and I thought it might be fun to make a scratch version Let me know if you like projects like this because I enjoy making them! INSTRUCTIONS enter in a non-negative integer number and it will generate a list of the first (the number you put in) prime number(s) before your eyes! CREDITS • Me • Tim Buchalka who made my Java course (you can find it on Udemy) He made the java version and I followed along but I made the scratch version myself • Scratch Team for making this cool website • And you for viewing! • thanks to altCodes.net for giving me the bulleted list char NOTES • If your number is a decimal it will reject your number • If your number is negative (or 0) it will reject it • if your number is over 200,000 you will hit the cap for the number of items in a list • if your number is very large it might take a while to run • also it could lag the number is large (but on our very slow laptop it doesn't so it probably won't) UPDATES 10/6/2023 — I fixed a glitch where it rejected numbers that contained a 9 and I attempted to make it more efficient More stuff coming...