Selection Sort

This Scratch code will show you how to put names in order doing a Selection sort. It uses a List to store the names then it uses the List functions to switch the names around.








There is also a call to a block to enter the names. The command Broadcasy and Wait will allow all the code on the block to complete before returning to the main block.