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

single

bookChallenge: Library Book Tracker

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

タスク

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

Write a program to manage a library system that tracks which books are checked out and who has borrowed them. The program should allow assigning books to borrowers, returning books, and listing all currently borrowed books.

  • When a book is checked out, add it to the collection with the borrower's name.
  • When a book is returned, remove it from the collection.
  • When listing borrowed books, return a list of strings, each showing the book title and the borrower's name.

解答

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

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

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

セクション 2.  7
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt