Currency Converter (Java)
Welcome to the Currency Converter! This Java program allows you to convert currency from one denomination to another using real-time exchange rates.
Features
- Currency Selection: Choose the base currency and the target currency.
- Currency Rates: Fetch real-time exchange rates from a reliable API.
- Amount Input: Enter the amount you want to convert.
- Currency Conversion: Convert the input amount from the base currency to the target currency using the fetched exchange rate.
- Display Result: View the converted amount and the target currency symbol.
Customization
You can customize the program by modifying the base and target currencies and exploring different exchange rate APIs in the CurrencyConverter.java file.
Contribution
Contributions to the project are welcome! Feel free to open issues or submit pull requests to enhance the program.
License
 :  :  :This project is licensed under the MIT License - see the LICENSE file for details.