ScratchData LogoScratchData
Back to mrwolfebmsa's profile

Shopping List Starter

MRmrwolfebmsa•Created January 27, 2020
Shopping List Starter
0
0
30 views
View on Scratch

Instructions

The makings of a great shopping list program. Each button should do the described feature. -Add Item - the user specifies an item to add to the list, if the list already contains the item, then don't add it again. -Read List - clicking the cat will make it say the list back to you. -Sort List A-Z (DONE) - sorts the list using "bubble sort" -Sort List Z-A - adapt the bubble sort algorithm to sort in reverse order. -Reset List (DONE) - deletes all items from the list -Delete Item - deletes a user-specified item from the list if it exists.

Description

Uses bubble sort: https://simple.wikipedia.org/wiki/Bubble_sort

Project Details

Project ID362850212
CreatedJanuary 27, 2020
Last ModifiedJanuary 31, 2020
SharedJanuary 27, 2020
Visibilityvisible
CommentsAllowed