Select one of the following Options below:
hq - Show the product with highest quantity
vp - Show the value of each product
ss - Search the shoe
va - View all the shoes in the inventory
cs - Capture the new shoe from the user
rs - Re-Stock the shoe
e - Exit
:
Here are few sample outputs from the program.
va - View All the shoes in the inventory
╒═════════════════════╤════════╤═══════════╤════════╤═══════════════╕
│ Country │ Code │ Product │ Cost │ Quantity │
╞═════════════════════╪════════╪═══════════╪════════╪═══════════════╡
│ Air Max 90 │ 2300 │ SKU44386 │ 20 │ South Africa │
├─────────────────────┼────────┼───────────┼────────┼───────────────┤
│ Jordan 1 │ 3200 │ SKU90000 │ 50 │ China │
├─────────────────────┼────────┼───────────┼────────┼───────────────┤
│ Blazer │ 1700 │ SKU63221 │ 19 │ Vietnam │
├─────────────────────┼────────┼───────────┼────────┼───────────────┤
│ Cortez │ 970 │ SKU29077 │ 60 │ United States │
╘═══════════════════════════════════════════════════════════════════╘ vp - show the Value of each Product
╒═════════════════════╤══════════════╕
│ Product │ Total Cost │
╞═════════════════════╪══════════════╡
│ Air Max 90 │ 46000 │
├─────────────────────┼──────────────┤
│ Jordan 1 │ 160000 │
├─────────────────────┼──────────────┤
│ Blazer │ 32300 │
├─────────────────────┼──────────────┤
│ Cortez │ 58200 │
╘════════════════════════════════════╘My many thanks to the HyperionDev for the guidance, course material and amazing mentorship for teaching the Software Engineering course.
I have primarily learnt the Python language as part of this course and bootcamp and I have also learnt enormously from the comprehensive review comments on my assessments.