Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions