Create a program that prints your personal shopping list
Workbook 1a, p.26 — Project name: shopping-cart
Create a program that prints out your personal shopping list. Each item goes on its own line. That's it — no user input, no calculations, just printing.
Your list should have at least 10 items. You can pick any items you want — groceries, school supplies, whatever you'd actually buy.
Example Console Output
This exercise reinforces these concepts from Week 1:
main method. This exercise locks in that muscle memory before things get more complex.
This is your very first Java exercise. Take your time setting up the project — that's half the learning.