AssignmentProject 1
AssignmentProject 1
Team Name:
Team Leader name and sap id:
Member 2 name and sap id:
Member 3 Name and sap id:
Member 4 Name and sap id:
Borrow a Book:
o The user should be able to borrow a book by providing a Student ID and
Book ID.
o If the book is available, it should be marked as borrowed, and a confirmation
message should be displayed.
Sample:input output
Return a Book:
o The user should be able to return a borrowed book by entering the Student
ID, Book ID, and the Number of Days Late (if any).
o If the book is returned late, calculate the fine (e.g., Rs. 10 per day late) and
display the total fine before confirming the return.
Sample:input output
Sample Input/Output:
List of All Available Books:
1. Book ID: 102, Title: "Data Structures"
2. Book ID: 103, Title: "Operating Systems"
List of Borrowed Books: 1. Student ID: 1001,
Borrowed: "C Programming"