Challenge: Inventory Management System
Compito
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.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 5
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Fantastico!
Completion tasso migliorato a 4.76
Challenge: Inventory Management System
Scorri per mostrare il menu
Compito
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.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 5
single