Overview
The program implements a reading club system using Book, Person, and ReadingClub classes.
Users can add members, track readings, and identify the most popular book.
Key Learnings
- Object-oriented programming
- Recursion and data structures
- Console-based user interaction