A simple Java console program that simulates a library borrowing system.
It uses classes, constructors, and arrays to track borrowing history and check limits.
LibraryUser
class with encapsulation- Constructor overloading
- 2D array to store borrowing history
- Borrowing limit check