Question: Create a new class named LibraryTester with the following specific tasks: main method Instantiate three different Book objects with your favorite books, including book rental

Create a new class named LibraryTester with the following specific tasks:
main method
Instantiate three different Book objects with your favorite books, including book rental prices.
Use the displayInfo() method to print the details of each book.
Demonstrate the functionality of the borrowBook() by borrowing the first two books. Print relevant messages.
Print the number of available books using the totalAvailableBooks() method.
Use returnBook() for returning the second book. Print relevant messages.
Print the number of available books using the totalAvailableBooks() method.
Calculate and display the late fee for the second book using the calculateLateFee(int daysOverdue) method. You can assume that the rental is overdue by 5 days.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!