Write a program with a graphical interface that allows the user to convert an amount of money

Question:

Write a program with a graphical interface that allows the user to convert an amount of money between U.S. dollars (USD), euros (EUR), and British pounds (GBP). The user interface should have the following elements: a text box to enter the amount to be converted, two combo boxes to allow the user to select the currencies, a button to make the conversion, and a label to show the result. Display a warning if the user does not choose different currencies. You can get up-to-date exchange rates from http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html, or download from http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml in a format that is easier to parse.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: