Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Phonebook Application | Dictionaries and Key-Value Collections
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
C# Lists & Collections

bookChallenge: Phonebook Application

Task

Swipe to start coding

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.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 3
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

bookChallenge: Phonebook Application

Swipe to show menu

Task

Swipe to start coding

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.

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Β 3
single

single

some-alt