A simple object-oriented Java application that simulates basic bank account operations, including balance tracking, interest rate calculation, and account creation with dynamic user-input dates.
- Create accounts with default or custom values
- Calculate annual and monthly interest
- Perform deposits and withdrawals
- Track account creation date using a custom
Dateclass - Utilize static fields and methods for shared properties