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

single

bookChallenge: Phonebook Application

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

タスク

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

Create a simple phonebook application using a dictionary to manage contacts. Implement three functions: one to add contacts, one to search for a contact by name, and one to delete a contact by name.

  • Add a contact by setting the provided name as the key and the number as the value in the dictionary.
  • Search for a contact by name and return the associated number if found, or the string "Contact not found" if the name does not exist in the dictionary.
  • Delete a contact by name and return true if the contact was deleted, or false if the name was not found in the dictionary.

解答

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

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

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

セクション 2.  3
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt