Data Entry (Names) - Click the Green Flag to start Click [Clear All] to clear the current list of names Click [Add Names] to add more names to the list Scratch doesn't distinguish upper & lower case letters.
Created by @gregatku for use in Coding Classes for Kids Unlimited, for whom I work as a Coding teacher. This Project shows coding students how to maintain a List of names in alphabetical order, as well as preventing the same name being added to the List more than once. Introduces them to the concept that string variables can be compared with one another using < and >, just like numeric variables.