This programming project is to develop a simple Book Reservation System for a library that rents and returns books to its registered customers. The system needs to keep track of its rental information (books and customers) and computes rental late fees collected from books rented out to customers.
A library has a variety of books and many customers. Each customer is allowed to rent the maximum of seven books at any time. Upon returning books, the library assistant shall compute the total late return fees if necessary. The maximum rental period of a book is one week. The customer must pay a late return fee of $3.00 per day for returning each book later than due date.
This Book Reservation System should be developed with JAVA programming language. Your program must provide the following functions to manage the book rental operations:
a. Add Customer (10 points)
Add new customer information (1. Name, 2. Address, 3. Phone number, 4. Registered date) into the customer list.
b. Delete Customer (10 points)
Delete an existing customer from the customer list. A customer can only be deleted from the list if a customer has returned all borrowed books or does not borrow any book.
c. Add Book (10 points)
Add new Book information (1. Title, 2. Author, 3. Publisher, 4. Release date) into the book list.
d. Rent Book (10 points)
Rent books by a customer. Keep a customer who borrows books under the respective record of Book item, and the availability flag of the Book item must be set to be unavailable. Keep a book which is borrowed by a customer under the respective record of Customer item.
e. Return Book (20 points)
When a customer shall return borrowed books to the library, the program shall compute the late return fee of books if necessary. The program shall display detailed report for a customer. (For example)
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of