Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Inventory Management System | Dictionaries and Key-Value Collections
C# Lists & Collections
セクション 2.  5
single

single

bookChallenge: Inventory Management System

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt