Click the green flag and type in five numbers. The wizard will add them up.
We selected this project because we appreciated how a user's inputted numbers are added to a list, and then the total is calculated. Scroll down to read @amurphy964's process notes! -------------------------------------------------------------- Inspiration comes from Getting Unstuck Day 17. I don't think I'd used a list in Scratch before doing this project. It was a bit more complicated than I thought it would be. At first I started n off at 0 like a list in C++ or Java. It would be interesting to try and sort a list of words into alphabetical order in the future.