Please note that Juan Marquez, an instructor with MCC, created most of the base code of the one file below. But I enhanced it and created everything else, including the form.
How I Created It:
I was instructed to create a program that uses two other classes. It is used to create shipping labels, update the item quantity, and go to the next screen to order different items.
Here is a list of most of the elements and attributes that I used, many of them for the first time:- Unlike the previous program (if I remember correctly), I used try-catch blocks
- Conditional statements and loops
- I offered an extended price
- An option for 3 levels of discounts
What I Learned:
I learned to create a functional program that validated input and offered various options. It was fun to create and can be expanded for many uses.