Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Currency Converter

A simple command-line currency converter implemented in Java. Convert an amount from one currency to another using exchange rates.

Features

  • 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).