This Java project calculates the royalties for authors based on their books and other media (e.g., audio books, printed books, e-books, etc.) available in a library system. The system computes royalties based on several factors, including the type of media, the number of copies, the reach of the book, and the use factor (number of loans).
- Royalty Calculation: Computes the royalties an author should receive from a library based on their books or audio books available for lending.
- Support for Different Book Types: Supports printed books, audio books, and e-books with specific calculations for each type.