Challenge: Library Book Tracker
Swipe to start coding
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.
Løsning
Takk for tilbakemeldingene dine!
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Fantastisk!
Completion rate forbedret til 4.76
Challenge: Library Book Tracker
Sveip for å vise menyen
Swipe to start coding
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.
Løsning
Takk for tilbakemeldingene dine!
single