Problem Statement
Create two Java files: Main.java and LibraryLoan.java.
Read the required values, construct a LibraryLoan object, and print a multiline report.
The report must contain these lines in this order:
- Title
- Remaining Copies
- Fine
Use a constructor and keep the object-oriented structure clear.