LLD - Design — Library Management System
Analyze this pseudocode for updating a book record:
What will be the output if the book_id is invalid?
if book_id exists:
update book details
return 'Updated'
else:
return 'Book not found'What will be the output if the book_id is invalid?
