A simple command-line currency converter implemented in Java. Convert an amount from one currency to another using exchange rates.
- Convert an amount from one currency to another.
- Supports multiple currency pairs (e.g., USD to EUR, USD to INR).
- Fixed exchange rates for demonstration (if can fetch exchange rates from an external source/api).