This is a very basic java project which converts currencies from a source currency and a destination currency by taking user input of amount of money to convert and choice of source and destination currency. As it is a beginner project, there are limited number of currencies to convert and basic concepts like file handling, inheritance, polymorphism, encapsulation, exception handling are used. There are text files for each pair of currency conversions; the currencies taken into consideration in this project are listed below :-
- INR
- USD
- Euro
- GBP
- JPY
The code is originally written in IntelliJ IDEA code editor.