セクション 2. 章 7
single
Challenge: 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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 7
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください