Completed in 45 minutes, grade 9. Given Assignment Instructions: Create a Shopping Cart program that lets people click on an item to buy it. Item will glide into the shopping cart and get added to the subtotal. When the user clicks the Checkout button, the Tax (hst) and Total will calculate and display on the screen. A Reset button will reset all variables to zero, and put items back to the top. Checklist: - Does a shopping cart appear on the screen? - Are there a number of items available to purchase displayed on the screen? - When you click on an item, does it glide into the shopping cart? - When an item is added to the cart, does the cart total increase? - When another item is added to the cart, does the cart total increases properly (and not just get reset to a new value)? - When you click on the "checkout button", does the tax get calculated and added to the total? - When you click on the "reset button", do the items return to the shelf? - When you click on the "reset button", do the "tax" and "total" get reset to zero? Bonus: = When you click on an item that is in the cart, does it return back to the "shelf"? - Can you add more than one of the same item? - Does the program calculate two different taxes? (8% for basic food items, 13% for non essential items)
Not Scratch library or made by me: Kaching sound effect (checkout sound)