Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Inventory Management System | Dictionaries and Key-Value Collections
C# Lists & Collections

bookChallenge: 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?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 5
single

single

Ask AI

expand

Ask AI

ChatGPT

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?

close

bookChallenge: 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

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 5
single

single

some-alt