What information would you like to view?

Product Inventory

TitlePriceAmount in stockProduct Website
Bath Towel5.7575http://MyStore.com/bathtowel.php
Wash Cloth0.99225http://MyStore.com/washcloth.php
Shower Curtain11.9973http://MyStore.com/showercurtain.php
Pantry Organizer3.9952http://MyStore.com/pantryorganizer.php
Storage Jar5.9918http://MyStore.com/storagejar.php
Firm Pillow12.9924http://MyStore.com/firmpillow.php
Comforter34.9912http://MyStore.com/comforter.php
Rollaway Bed249.993http://MyStore.com/rollaway

The design of the database being queried.
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.