Challenge: Inventory Management System
Task
Swipe to start coding
Build a C# program that manages a store's inventory using a dictionary. The program should allow adding products with their quantities, restocking products, and listing products that are currently out of stock.
- Add a product with a specified quantity to the inventory.
- If a product already exists, increase its quantity by the specified amount.
- Restock a product by increasing its quantity in the inventory.
- If a product does not exist when restocking, add it with the specified quantity.
- Return a list of products that have a quantity of zero.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 5
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you explain this in simpler terms?
What are the main takeaways from this?
Can you give me a real-world example?
Awesome!
Completion rate improved to 4.76
Challenge: Inventory Management System
Swipe to show menu
Task
Swipe to start coding
Build a C# program that manages a store's inventory using a dictionary. The program should allow adding products with their quantities, restocking products, and listing products that are currently out of stock.
- Add a product with a specified quantity to the inventory.
- If a product already exists, increase its quantity by the specified amount.
- Restock a product by increasing its quantity in the inventory.
- If a product does not exist when restocking, add it with the specified quantity.
- Return a list of products that have a quantity of zero.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 5
single