Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 724 Bytes

console-menu-interfaces.md

File metadata and controls

60 lines (45 loc) · 724 Bytes

Console Menu Interfaces

Main Menu

Library Menu:
1) add_book
2) search_books_by_prefix_name
3) print_who_borrowed_book
4) show_books_sorted_by_id
5) show_books_sorted_by_name
6) add_user
7) borrow_book
8) return_book
9) print_users
10) exit

Enter your choice[1-10]:

Add Book Menu

Enter book name:
Enter book quantity:

Search Books By Prefix Name Menu

Enter book name prefix:

Print Who Borrowed Book Menu

Enter book name:

Add User Menu

Enter user name:

Borrow Book Menu

Enter user id:
Enter book id:
Enter borrow date (yyyy-mm-dd):
Enter return date (yyyy-mm-dd):

Return Book Menu

Enter user id:
Enter book id: