| Title | Price | Amount in stock | Product Website |
|---|---|---|---|
| Bath Towel | 5.75 | 75 | http://MyStore.com/bathtowel.php |
| Wash Cloth | 0.99 | 225 | http://MyStore.com/washcloth.php |
| Shower Curtain | 11.99 | 73 | http://MyStore.com/showercurtain.php |
| Pantry Organizer | 3.99 | 52 | http://MyStore.com/pantryorganizer.php |
| Storage Jar | 5.99 | 18 | http://MyStore.com/storagejar.php |
| Firm Pillow | 12.99 | 24 | http://MyStore.com/firmpillow.php |
| Comforter | 34.99 | 12 | http://MyStore.com/comforter.php |
| Rollaway Bed | 249.99 | 3 | http://MyStore.com/rollaway |
I implemented incremental development in this lesson by programming this one component at a time. For example, I made the first switch case, and then the second, instead of both at once. This let me make sure things work at each step, instead of troubleshooting the entire program at once. Incremental development helped make this project feel more manageable: Instead of a single gigantic task, it's many small tasks I can work on throughout the day.