Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 663 Bytes

File metadata and controls

10 lines (9 loc) · 663 Bytes

Basic-Java-Currency-Converter

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 :-

  1. INR
  2. USD
  3. Euro
  4. GBP
  5. JPY

The code is originally written in IntelliJ IDEA code editor.