Coders Packet

Currency Converter using Java Swing AWT

By Avishi Jain

It is the program to convert the currency from Indian rupees (INR) to US Dollars (USD). This program is written in Java.

This program converts Indian Currency to American Currency, i.e. INR to USD, and vice versa.

It uses the Java Programming language which uses the Swing and AWT package for converting. Building the Graphical User Interface in Java requires importing the Swing package. 

Note: It is assumed that 1 dollar is equal to 82.43 rupees.

Converting from INR to the Dollar, i.e., when the INR button is clicked:

INR to Dollar

Converting from the Dollar to INR, i.e., when the dollar button is clicked:

Dollar to INR

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Avishi Jain (Avishi05)

Download packets of source code on Coders Packet