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:
Converting from the Dollar to INR, i.e., when the dollar button is clicked:
Submitted by Avishi Jain (Avishi05)
Download packets of source code on Coders Packet
Comments